Skip to content

Commit

Permalink
let's just stick to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Dec 15, 2021
1 parent 3dc6376 commit d2e9e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package net.blueberrymc.gradle.buildSrc.constants

const val apiVersion = "0.2.1"
const val apiVersion = "0.2.1-SNAPSHOT"
const val minecraftVersion = "1.18.1"
const val text2speechVersion = "1.11.3"
const val log4jVersion = "2.14.1"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</modules>
<name>Blueberry-Parent</name>
<properties>
<api.version>0.2.1</api.version>
<api.version>0.2.1-SNAPSHOT</api.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit d2e9e9b

Please sign in to comment.