Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
austinarbor committed Sep 25, 2023
1 parent 2262218 commit e390185
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 @@ -23,7 +23,7 @@ import dev.aga.gradle.versioncatalogs.Generator.generate
import dev.aga.gradle.versioncatalogs.VersionCatalogGeneratorPluginExtension

plugins {
id("dev.aga.gradle.version-catalog-generator") version("0.0.5-alpha")
id("dev.aga.gradle.version-catalog-generator") version("0.0.6-alpha")
}

dependencyResolutionManagement {
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencyResolutionManagement {

```groovy
plugins {
id('dev.aga.gradle.version-catalog-generator') version '0.0.5-alpha'
id('dev.aga.gradle.version-catalog-generator') version '0.0.6-alpha'
}
dependencyResolutionManagement {
Expand Down
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.parallel=true
org.gradle.caching=true
GROUP_ID=dev.aga.gradle.plugin
ARTIFACT_ID=version-catalog-generator
VERSION=0.0.5-alpha
VERSION=0.0.6-alpha
LICENSE_NAME=The Apache Software License, Version 2.0
LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
LICENSE_DIST=repo
Expand Down

0 comments on commit e390185

Please sign in to comment.