Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Mar 24, 2020
1 parent 1e7521b commit dcd999b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@

* `ObjectTable` no longer throws exceptions when an object cannot be reflected.
* General improvements to the `PatternMatcher` API.
* The `ObjectTable.hasLink` method now throws an `IllegalArgumentException` if the other table does not share the same underlying data structure.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
```groovy
dependencies {
// https://mvnrepository.com/artifact/org.fulib/fulibTables
compile group: 'org.fulib', name: 'fulibTables', version: '1.2.0'
compile group: 'org.fulib', name: 'fulibTables', version: '1.3.0'
}
```

Expand Down

0 comments on commit dcd999b

Please sign in to comment.