Skip to content

Commit 158af97

Browse files
committed
Update the tinystruct version to be 1.7.1
1 parent df91f80 commit 158af97

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

.idea/AugmentWebviewStateStore.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

index.html

Lines changed: 6 additions & 8 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.0</title>
10+
<title>tinystruct framework - v1.7.1</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 {
@@ -29,8 +29,8 @@
2929
nav {
3030
position: sticky;
3131
top: 0;
32-
background-color: #986ce8;
33-
color: #fff;
32+
background-color: #fff;
33+
/* color: #fff; */
3434
padding: 1rem;
3535
display: flex;
3636
justify-content: space-between;
@@ -43,7 +43,6 @@
4343
font-size: 1.5rem;
4444
display: flex;
4545
align-items: center;
46-
color: #f5f5f5;
4746
}
4847

4948
nav img {
@@ -58,7 +57,6 @@
5857
}
5958

6059
nav a {
61-
color: #fff;
6260
text-decoration: none;
6361
margin-left: 1.5rem;
6462
font-size: 1rem;
@@ -444,7 +442,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
444442
<pre class="language-xml"><code>&lt;dependency&gt;
445443
&lt;groupId&gt;org.tinystruct&lt;/groupId&gt;
446444
&lt;artifactId&gt;tinystruct&lt;/artifactId&gt;
447-
&lt;version&gt;1.7.0&lt;/version&gt;
445+
&lt;version&gt;1.7.1&lt;/version&gt;
448446
&lt;classifier&gt;jar-with-dependencies&lt;/classifier&gt;
449447
&lt;/dependency&gt;</code><button class="copy-btn" onclick="copyCode(this)">Copy</button>
450448
</pre>
@@ -690,7 +688,7 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte
690688
const mainCommands = [
691689
"$ bin/dispatcher --version",
692690
" _/ ' _ _/ _ _ _/",
693-
" / / /) (/ _) / / (/ ( / 1.7.0",
691+
" / / /) (/ _) / / (/ ( / 1.7.1",
694692
" /",
695693
" ",
696694
"$ bin/dispatcher --help",
@@ -726,7 +724,7 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte
726724
"# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777",
727725
" ",
728726
" _/ ' _ _/ _ _ _/",
729-
" / / /) (/ _) / / (/ ( / 1.7.0",
727+
" / / /) (/ _) / / (/ ( / 1.7.1",
730728
" /",
731729
" ",
732730
`${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.0</version>
30+
<version>1.7.1</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.0</version>
21+
<version>1.7.1</version>
2222
<classifier>jar-with-dependencies</classifier>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)