Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico committed Apr 23, 2023
1 parent 8a50f0e commit 8804ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gradm-getting-started/gradm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
`kotlin-dsl`
id("me.omico.gradm") version "3.2.0"
id("me.omico.gradm") version "3.3.0-SNAPSHOT"
}

gradm {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
`kotlin-dsl`
id("me.omico.gradm") version "3.2.0"
id("me.omico.gradm") version "3.3.0-SNAPSHOT"
}

gradm {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ POM_SCM_DEVELOPER_CONNECTION=scm:git@github.com:Omico/Gradm.git
POM_SCM_URL=https://github.com/Omico/Gradm
POM_URL=https://github.com/Omico/Gradm
PROJECT_GROUP_ID=me.omico.gradm
PROJECT_VERSION=3.2.0
PROJECT_VERSION=3.3.0-SNAPSHOT

kotlin.code.style=official

Expand Down

0 comments on commit 8804ef0

Please sign in to comment.