Skip to content

Commit c42eaeb

Browse files
committed
Update the version.
1 parent fdf040c commit c42eaeb

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.3</version>
30+
<version>1.7.4</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.3</version>
21+
<version>1.7.4</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="keywords" content="java, framework, lightweight, command-line, web, applications, tinystruct">
88
<meta name="author" content="James ZHOU">
99
<meta name="favicon" content="https://avatars.githubusercontent.com/u/3723144?s=48&v=4">
10-
<title>tinystruct framework - v1.7.3</title>
10+
<title>tinystruct framework - v1.7.4</title>
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" integrity="sha512-tN7Ec6zAFaVSG3TpNAKtk4DOHNpSwKHxxrsiw4GHKESGPs5njn/0sMCUMl2svV4wo4BK/rCP7juYz+zx+l6oeQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1212
<style>
1313
:root {
@@ -914,11 +914,11 @@ <h1>
914914
<!-- Version Dropdown -->
915915
<div class="navbar-item navbar-version-dropdown">
916916
<button class="navbar-dropdown-btn" aria-haspopup="listbox" aria-expanded="false">
917-
<span>v1.7.3</span>
917+
<span>v1.7.4</span>
918918
<svg width="16" height="16" viewBox="0 0 24 24"><path fill="currentColor" d="M7 10l5 5 5-5z"/></svg>
919919
</button>
920920
<ul class="navbar-dropdown-list" tabindex="-1" hidden>
921-
<li><a href="#">v1.7.3 (latest)</a></li>
921+
<li><a href="#">v1.7.4 (latest)</a></li>
922922
<li><a href="#">v1.6.0</a></li>
923923
<li><a href="#">v1.5.0</a></li>
924924
</ul>
@@ -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.3&lt;/version&gt;
1013+
&lt;version&gt;1.7.4&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.3",
1291+
" / / /) (/ _) / / (/ ( / 1.7.4",
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.3",
1327+
" / / /) (/ _) / / (/ ( / 1.7.4",
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.3</version>
30+
<version>1.7.4</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.3</version>
21+
<version>1.7.4</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)