Skip to content

Commit 174bd8c

Browse files
committed
Update the tinystruct framework to be 1.7.2
1 parent b10cca4 commit 174bd8c

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.1</version>
30+
<version>1.7.2</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.1</version>
21+
<version>1.7.2</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.1</title>
10+
<title>tinystruct framework - v1.7.2</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 {
@@ -912,11 +912,11 @@ <h1>
912912
<!-- Version Dropdown -->
913913
<div class="navbar-item navbar-version-dropdown">
914914
<button class="navbar-dropdown-btn" aria-haspopup="listbox" aria-expanded="false">
915-
<span>v1.7.1</span>
915+
<span>v1.7.2</span>
916916
<svg width="16" height="16" viewBox="0 0 24 24"><path fill="currentColor" d="M7 10l5 5 5-5z"/></svg>
917917
</button>
918918
<ul class="navbar-dropdown-list" tabindex="-1" hidden>
919-
<li><a href="#">v1.7.1 (latest)</a></li>
919+
<li><a href="#">v1.7.2 (latest)</a></li>
920920
<li><a href="#">v1.6.0</a></li>
921921
<li><a href="#">v1.5.0</a></li>
922922
</ul>
@@ -1008,7 +1008,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
10081008
<pre class="language-xml"><code>&lt;dependency&gt;
10091009
&lt;groupId&gt;org.tinystruct&lt;/groupId&gt;
10101010
&lt;artifactId&gt;tinystruct&lt;/artifactId&gt;
1011-
&lt;version&gt;1.7.1&lt;/version&gt;
1011+
&lt;version&gt;1.7.2&lt;/version&gt;
10121012
&lt;classifier&gt;jar-with-dependencies&lt;/classifier&gt;
10131013
&lt;/dependency&gt;</code><button class="copy-btn" onclick="copyCode(this)">Copy</button>
10141014
</pre>
@@ -1286,7 +1286,7 @@ <h4>More</h4>
12861286
const mainCommands = [
12871287
"$ bin/dispatcher --version",
12881288
" _/ ' _ _/ _ _ _/",
1289-
" / / /) (/ _) / / (/ ( / 1.7.1",
1289+
" / / /) (/ _) / / (/ ( / 1.7.2",
12901290
" /",
12911291
" ",
12921292
"$ bin/dispatcher --help",
@@ -1322,7 +1322,7 @@ <h4>More</h4>
13221322
"# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777",
13231323
" ",
13241324
" _/ ' _ _/ _ _ _/",
1325-
" / / /) (/ _) / / (/ ( / 1.7.1",
1325+
" / / /) (/ _) / / (/ ( / 1.7.2",
13261326
" /",
13271327
" ",
13281328
`${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.1</version>
30+
<version>1.7.2</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.1</version>
21+
<version>1.7.2</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)