Skip to content

Commit

Permalink
Prepare next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
1 parent cd8d0df commit e9e5d34
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 @@ -177,7 +177,7 @@ repositories {
mavenCentral()
}
implementation("com.eygraber.permissionx:compose-permissionx:0.0.2")
implementation("com.eygraber.permissionx:compose-permissionx:0.0.6")
```

#### Snapshots
Expand All @@ -190,6 +190,6 @@ repositories {
}

dependencies {
implementation("com.eygraber.permissionx:compose-permissionx:0.0.3-SNAPSHOT")
implementation("com.eygraber.permissionx:compose-permissionx:0.0.7-SNAPSHOT-SNAPSHOT")
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops
kotlin.daemon.jvm.options=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8

group=com.eygraber.permissionx
version=0.0.6-SNAPSHOT
version=0.0.7-SNAPSHOT

POM_URL=https://github.com/eygraber/compose-permissionx/
POM_SCM_URL=https://github.com/eygraber/compose-permissionx/
Expand Down

0 comments on commit e9e5d34

Please sign in to comment.