Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatonndev committed Jun 4, 2023
1 parent 823ec64 commit 91c8d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'ru.obvilion'
version '1.0.0'
version '1.0.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ru/obvilion/progressbar/ProgressBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.io.File;

public class ProgressBar {
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.1";

public static void loadLib(File from) {
System.load(from.getAbsolutePath());
Expand Down

0 comments on commit 91c8d6d

Please # to comment.