Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioarfaria committed Feb 18, 2023
1 parent 130cc6e commit 96c9214
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To use Catalog, just apply the plugin to your module:

```groovy
plugins {
id 'com.flaviofaria.catalog' version '0.1.0'
id 'com.flaviofaria.catalog' version '0.2.1'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ class CatalogPlugin : Plugin<Project> {
}

companion object {
private const val RUNTIME_VERSION = "0.2.1-SNAPSHOT"
private const val RUNTIME_VERSION = "0.2.1"
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android.nonTransitiveRClass=true
com.flaviofaria.catalog.internal=true

GROUP=com.flaviofaria.catalog
VERSION_NAME=0.2.1-SNAPSHOT
VERSION_NAME=0.2.1

POM_NAME=Catalog
POM_DESCRIPTION=Extension method generator to resolve Android resources
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin-jvm = "org.jetbrains.kotlin.jvm:_"
android-sdk-compile = "33"
android-sdk-min = "21"
android-sdk-target = "33"
catalog = "0.2.1-SNAPSHOT"
catalog = "0.2.1"
kotlinCompilerExtension = "1.4.0"

[libraries]
Expand Down

0 comments on commit 96c9214

Please sign in to comment.