Skip to content

Commit fe7cf1c

Browse files
committed
Update the tinystruct framework to be 1.7.7
1 parent 42871c3 commit fe7cf1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/dispatcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# ***************************************************************************
1818

1919
ROOT="$(pwd)"
20-
VERSION="1.7.6"
20+
VERSION="1.7.7"
2121
cd "$(dirname "$0")" || exit
2222
cd "../"
2323
# Navigate to the root directory

bin/dispatcher.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
set "MAVEN_REPO=%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct"
2020
@REM Consolidate classpath entries, initialize ROOT and VERSION
2121
set "ROOT=%~dp0.."
22-
set "VERSION=1.7.6"
22+
set "VERSION=1.7.7"
2323

2424
@REM Define the paths for tinystruct jars in the Maven repository
2525
set "DEFAULT_JAR_FILE=%MAVEN_REPO%\%VERSION%\tinystruct-%VERSION%.jar"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<maven.compiler.target>17</maven.compiler.target>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<netty.version>4.2.4.Final</netty.version>
35-
<tinystruct.version>1.7.6</tinystruct.version>
35+
<tinystruct.version>1.7.7</tinystruct.version>
3636
</properties>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)