Skip to content

Commit

Permalink
build: back to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 26, 2024
1 parent 61a8326 commit 542bb1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloud-javacord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("cloud-discord.publishing-conventions")
}

version = "2.0.0-beta.1"
version = "2.0.0-SNAPSHOT"

dependencies {
api(libs.cloud.core)
Expand Down
2 changes: 1 addition & 1 deletion cloud-jda/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("cloud-discord.publishing-conventions")
}

version = "2.0.0-beta.1"
version = "2.0.0-SNAPSHOT"

dependencies {
api(libs.cloud.core)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.incendo
version=1.0.0-beta.1
version=1.0.0-SNAPSHOT
description=Discord integrations for Cloud.

org.gradle.caching=true
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 @@ dokka = "1.9.10"
coroutines = "1.7.3"

# Cloud
cloud = "2.0.0-beta.1"
cloud = "2.0.0-SNAPSHOT"

# External
immutables = "2.10.0"
Expand Down

0 comments on commit 542bb1b

Please sign in to comment.