Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 20, 2023
1 parent 6ae297b commit a577be3
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 @@ -238,7 +238,7 @@ dependencies {
}
```
where `echosvgVersion` would be defined in a `gradle.properties` file (current
version is `1.0`).
version is `1.0.1`).

<br/>

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/echosvg.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

group = 'io.sf.carte'
version = '1.1-SNAPSHOT'
version = '1.0.1'

java {
withSourcesJar()
Expand Down

0 comments on commit a577be3

Please sign in to comment.