Skip to content

Commit

Permalink
Milestone Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Apr 20, 2023
1 parent 136a6a4 commit 1d36f3d
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 @@ -207,7 +207,7 @@ dependencies {
}
```
where `echosvgVersion` would be defined in a `gradle.properties` file (current
version is `0.2.2`).
version is `0.3`).

<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 @@ -23,7 +23,7 @@ repositories {
}

group = 'io.sf.carte'
version = '0.3-SNAPSHOT'
version = '0.3'

java {
withSourcesJar()
Expand Down

0 comments on commit 1d36f3d

Please sign in to comment.