Skip to content

Commit

Permalink
Prepare next snapshot version (0.3.0-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
LDRAlighieri committed Jun 24, 2023
1 parent 20025d5 commit 46b7b14
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 @@ -46,7 +46,7 @@ repositories {
}

dependencies {
implementation("ru.ldralighieri.composites:{module}:0.2.0-SNAPSHOT")
implementation("ru.ldralighieri.composites:{module}:0.3.0-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

# Maven
GROUP=ru.ldralighieri.composites
VERSION_NAME=0.2.0
VERSION_NAME=0.3.0-SNAPSHOT

POM_DESCRIPTION=Composites are a group of tools and handy libraries that make it easier to use Jetpack Compose.

Expand Down

0 comments on commit 46b7b14

Please sign in to comment.