Skip to content

Commit b383e98

Browse files
committed
Bump up to 1.1.0
1 parent 9cf0dfa commit b383e98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation("com.github.SemGuS-git:Semgus-Java:1.0.2")
16+
implementation("com.github.SemGuS-git:Semgus-Java:1.1.0")
1717
}
1818
```
1919
SemGuS-Java depends at runtime on JSON-Simple and at compile-time on JSR-305, which is available as part of Google

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.semgus"
7-
version = "1.0.2-SNAPSHOT"
7+
version = "1.1.0-SNAPSHOT"
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)