Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelOtter committed Oct 17, 2023
1 parent f16182e commit 805bd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependency management tool to fetch it.
```groovy
// Gradle
dependencies {
implementation "com.bearwaves:eos4j:1.0.0"
implementation "com.bearwaves:eos4j:1.1.0"
}
```

Expand All @@ -53,7 +53,7 @@ Make sure you have the OSS Snapshots repository declared.
// Gradle
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
dependencies {
implementation "com.bearwaves:eos4j:1.1.0-SNAPSHOT"
implementation "com.bearwaves:eos4j:1.2.0-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

group = "com.bearwaves"
version = "1.1.0-SNAPSHOT"
version = "1.2.0-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 805bd90

Please sign in to comment.