Skip to content

Commit ed50f50

Browse files
committed
Update the version of tinystruct framework.
1 parent 42ec747 commit ed50f50

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the dependency to your pom.xml:
2727
<dependency>
2828
<groupId>org.tinystruct</groupId>
2929
<artifactId>tinystruct</artifactId>
30-
<version>1.7.2</version>
30+
<version>1.7.3</version>
3131
<classifier>jar-with-dependencies</classifier>
3232
</dependency>
3333
```

en/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the tinystruct dependency to your project's `pom.xml` file:
1818
<dependency>
1919
<groupId>org.tinystruct</groupId>
2020
<artifactId>tinystruct</artifactId>
21-
<version>1.7.2</version>
21+
<version>1.7.3</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
10101010
<pre class="language-xml"><code>&lt;dependency&gt;
10111011
&lt;groupId&gt;org.tinystruct&lt;/groupId&gt;
10121012
&lt;artifactId&gt;tinystruct&lt;/artifactId&gt;
1013-
&lt;version&gt;1.7.2&lt;/version&gt;
1013+
&lt;version&gt;1.7.3&lt;/version&gt;
10141014
&lt;classifier&gt;jar-with-dependencies&lt;/classifier&gt;
10151015
&lt;/dependency&gt;</code><button class="copy-btn" onclick="copyCode(this)">Copy</button>
10161016
</pre>
@@ -1288,7 +1288,7 @@ <h4>More</h4>
12881288
const mainCommands = [
12891289
"$ bin/dispatcher --version",
12901290
" _/ ' _ _/ _ _ _/",
1291-
" / / /) (/ _) / / (/ ( / 1.7.2",
1291+
" / / /) (/ _) / / (/ ( / 1.7.3",
12921292
" /",
12931293
" ",
12941294
"$ bin/dispatcher --help",
@@ -1324,7 +1324,7 @@ <h4>More</h4>
13241324
"# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777",
13251325
" ",
13261326
" _/ ' _ _/ _ _ _/",
1327-
" / / /) (/ _) / / (/ ( / 1.7.2",
1327+
" / / /) (/ _) / / (/ ( / 1.7.3",
13281328
" /",
13291329
" ",
13301330
`${new Date().toLocaleString()} org.tinystruct.system.NettyHttpServer start`,

zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tinystruct 是一个简单而强大的 Java 开发框架。它秉承简单思维
2727
<dependency>
2828
<groupId>org.tinystruct</groupId>
2929
<artifactId>tinystruct</artifactId>
30-
<version>1.7.2</version>
30+
<version>1.7.3</version>
3131
<classifier>jar-with-dependencies</classifier>
3232
</dependency>
3333
```

zh/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.tinystruct</groupId>
2020
<artifactId>tinystruct</artifactId>
21-
<version>1.7.2</version>
21+
<version>1.7.3</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)