Skip to content

Commit

Permalink
bump a1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haveyouwantto committed Jul 13, 2023
1 parent 66046b7 commit 6af87f4
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 @@ -4,7 +4,7 @@ plugins {
}

group 'org.example'
version 'Alpha-1.5'
version 'Alpha-1.5.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@


<script>
const version = "Alpha 1.5";
const version = "Alpha 1.5.1";
</script>
<script src="js/utils.js"></script>
<script src="js/settings.js"></script>
Expand Down

0 comments on commit 6af87f4

Please sign in to comment.