Skip to content

Commit

Permalink
Issue #0 | Created release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abistarun committed Mar 8, 2024
1 parent dbece6f commit 7057602
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jre/
resseract-1.0.0/
resseract-1.0.1/
2 changes: 1 addition & 1 deletion scripts/create-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e

VERSION="1.0.0"
VERSION="1.0.1"
declare -a supportedPlatforms=(
"linux-aarch64"
"linux-x64"
Expand Down
2 changes: 1 addition & 1 deletion server/Resseract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>in.abistech.ressract</groupId>
<artifactId>Resseract</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.1</version>

<modules>
<module>resseract-server</module>
Expand Down
2 changes: 1 addition & 1 deletion server/Resseract/resseract-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>in.abistech.resseract</groupId>
<artifactId>resseract</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<java.version>17</java.version>
</properties>
Expand Down

0 comments on commit 7057602

Please sign in to comment.