Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
austinarbor committed Sep 4, 2023
1 parent 0e3f8d8 commit a596a60
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 @@ -22,7 +22,7 @@ This plugin is in alpha! Expect breaking changes until we reach a more stable st
import dev.aga.gradle.versioncatalogs.Generator.generate

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

dependencyResolutionManagement {
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencyResolutionManagement {
import static dev.aga.gradle.versioncatalogs.Generator.INSTANCE as Generator
plugins {
id('dev.aga.gradle.version-catalog-generator') version '0.0.2-alpha'
id('dev.aga.gradle.version-catalog-generator') version '0.0.3-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.2-alpha
VERSION=0.0.3-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 a596a60

Please sign in to comment.