Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiiiiiris committed Mar 11, 2023
1 parent 0e3567a commit 3a889a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'me.iris'
version '1.2.1'
version '1.2.2'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/iris/ambien/obfuscator/Ambien.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Ambien {
public static final Ambien get = new Ambien();

public static final Logger LOGGER = LoggerFactory.getLogger("Ambien");
public static final String VERSION = "1.2.1", CLASSIFIER = "beta";
public static final String VERSION = "1.2.2", CLASSIFIER = "beta";

public TransformerManager transformerManager;

Expand Down
2 changes: 1 addition & 1 deletion web/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2.1",
"version": "1.2.2",
"classifier": "beta"
}

0 comments on commit 3a889a2

Please sign in to comment.