Skip to content

Commit c3d1f70

Browse files
chore: bump version to 0.2.1
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 5615be9 commit c3d1f70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.androidacy.reschiper"
8-
version = "0.2.0"
8+
version = "0.2.1"
99

1010
java {
1111
sourceCompatibility = JavaVersion.VERSION_17

src/main/java/com/androidacy/reschiper/ResChiper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Main class for the ResChiper command-line tool.
55
*/
66
public class ResChiper {
7-
public static final String VERSION = "0.2.0";
7+
public static final String VERSION = "0.2.1";
88
public static final String BT_VERSION = "1.18.3";
99
public static final String AGP_VERSION = "9.1.0";
1010
public static final String GRADLE_WRAPPER_VERSION = "9.4.0";

0 commit comments

Comments
 (0)