Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsickle committed Jul 29, 2021
1 parent 320bffb commit 9d5929c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gradle users:


```
implementation("com.simonsickle:composed-barcodes:0.9.2")
implementation("com.simonsickle:composed-barcodes:1.0.0")
```

Examples
Expand Down
2 changes: 1 addition & 1 deletion composed-barcodes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ext {
PUBLISH_GROUP_ID = 'com.simonsickle'
PUBLISH_VERSION = '0.9.2'
PUBLISH_VERSION = '1.0.0'
PUBLISH_ARTIFACT_ID = 'composed-barcodes'
}

Expand Down

0 comments on commit 9d5929c

Please sign in to comment.