Skip to content

Commit

Permalink
Version 0.0.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Nov 27, 2024
1 parent 2e559bc commit 92a46d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

_2024-11-27_

## Version 0.0.3-dev
* Lots of changes, will update this after release.

## Version 0.0.2-dev

Expand Down
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.3-dev-SNAPSHOT"
val invertVersion = "0.0.3-dev"
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.3-dev-SNAPSHOT
version=0.0.3-dev
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.3-dev-SNAPSHOT"
val invertVersion = "0.0.3-dev"
classpath("com.squareup.invert:invert-gradle-plugin:$invertVersion")
}
}
Expand Down

0 comments on commit 92a46d8

Please sign in to comment.