Skip to content

Commit 3e0d11a

Browse files
committed
Update the tinystruct framework version to be 1.6.6
1 parent 198e547 commit 3e0d11a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.6.4</version>
30+
<version>1.6.6</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.6.4</version>
21+
<version>1.6.6</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

index.html

Lines changed: 4 additions & 4 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.6.4</title>
10+
<title>tinystruct framework - v1.6.6</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 {
@@ -444,7 +444,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
444444
<pre class="language-xml"><code>&lt;dependency&gt;
445445
&lt;groupId&gt;org.tinystruct&lt;/groupId&gt;
446446
&lt;artifactId&gt;tinystruct&lt;/artifactId&gt;
447-
&lt;version&gt;1.6.4&lt;/version&gt;
447+
&lt;version&gt;1.6.6&lt;/version&gt;
448448
&lt;classifier&gt;jar-with-dependencies&lt;/classifier&gt;
449449
&lt;/dependency&gt;</code><button class="copy-btn" onclick="copyCode(this)">Copy</button>
450450
</pre>
@@ -690,7 +690,7 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte
690690
const mainCommands = [
691691
"$ bin/dispatcher --version",
692692
" _/ ' _ _/ _ _ _/",
693-
" / / /) (/ _) / / (/ ( / 1.6.4",
693+
" / / /) (/ _) / / (/ ( / 1.6.6",
694694
" /",
695695
" ",
696696
"$ bin/dispatcher --help",
@@ -726,7 +726,7 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte
726726
"# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777",
727727
" ",
728728
" _/ ' _ _/ _ _ _/",
729-
" / / /) (/ _) / / (/ ( / 1.6.4",
729+
" / / /) (/ _) / / (/ ( / 1.6.6",
730730
" /",
731731
" ",
732732
`${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.6.4</version>
30+
<version>1.6.6</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.6.4</version>
21+
<version>1.6.6</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)