Skip to content

Commit

Permalink
Incremented versions to SNAPSHOTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddharrison committed Sep 5, 2023
1 parent 785d269 commit 358681c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion adventure-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("briarcode.kotlin-plugin-api")
}

version = "2.0"
version = "2.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion adventure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.shadow)
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion command-alias/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("briarcode.kotlin-plugin")
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion data-source/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("briarcode.kotlin-plugin")
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion econ-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("briarcode.kotlin-plugin-api")
}

version = "2.0"
version = "2.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion econ/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.shadow)
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gui-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("briarcode.kotlin-plugin-api")
}

version = "2.0"
version = "2.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.shadow)
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("io.papermc.paperweight.userdev")
}

version = "2.0.0-${libs.versions.kotlin.get()}"
version = "2.0.1-${libs.versions.kotlin.get()}-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion region-difficulty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("io.papermc.paperweight.userdev")
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion region-scan/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("briarcode.kotlin-plugin")
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion return-to-wild/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("briarcode.kotlin-plugin")
}

version = "2.0.0"
version = "2.0.1-SNAPSHOT"
description = ""

dependencies {
Expand Down

0 comments on commit 358681c

Please sign in to comment.