Skip to content

Commit

Permalink
Prepare for development version 0.0.3-dev-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Sep 3, 2024
1 parent 2af1268 commit ce6ebca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
// maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots") } // SNAPSHOT Versions
}
dependencies {
val invertVersion = "0.0.2-dev"
val invertVersion = "0.0.3-dev-SNAPSHOT"
classpath("com.squareup.invert:invert-gradle-plugin:$invertVersion")
// classpath("com.squareup.invert:collectors-anvil-dagger:$invertVersion")
// classpath("com.squareup.invert:collectors-kotlin-java-loc:$invertVersion")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kotlin.code.style=official
android.useAndroidX=true

group=com.squareup.invert
version=0.0.2-dev
version=0.0.3-dev-SNAPSHOT
2 changes: 1 addition & 1 deletion invert.init.script.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class InvertInitScriptPlugin : Plugin<Gradle> {
}

dependencies {
val invertVersion = "0.0.2-dev"
val invertVersion = "0.0.3-dev-SNAPSHOT"
classpath("com.squareup.invert:invert-gradle-plugin:$invertVersion")
}
}
Expand Down

0 comments on commit ce6ebca

Please sign in to comment.