Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 27, 2024
1 parent a603d98 commit e77761e
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 @@ -242,7 +242,7 @@ repositories {
}
}
```
please use that repository **only** for the artifact groups that it supplies
please use that repository only for the artifact groups that it supplies
(basically those listed in the above `includeGroup` statements).

Then, in your `build.gradle` file you can list the dependencies, for example:
Expand All @@ -258,7 +258,7 @@ dependencies {
}
```
where `echosvgVersion` would be defined in a `gradle.properties` file (current
version is `1.2.2`).
version is `1.2.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 @@ -24,7 +24,7 @@ repositories {
}

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

java {
withSourcesJar()
Expand Down

0 comments on commit e77761e

Please sign in to comment.