Skip to content

Commit

Permalink
Prepare next snapshot version (0.4.0-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
LDRAlighieri committed Aug 21, 2023
1 parent 7d219da commit 0125b0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Version 0.3.0

* Update: Fiberglass(`composites-fiberglass`) module:
- Fiberglass items now @Stable
- Fiberglass items now Stable
- FiberglassFlowColumn and FiberglassFlowRow API
* Update: Target SDK to v34.
* Update: Kotlin to v1.9.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories {
}

dependencies {
implementation("ru.ldralighieri.composites:{module}:0.3.0-SNAPSHOT")
implementation("ru.ldralighieri.composites:{module}:0.4.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.3.0
VERSION_NAME=0.4.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 0125b0d

Please sign in to comment.