Skip to content

Commit e2ef3b8

Browse files
committed
Update version to 1.7.28
1 parent fe79a79 commit e2ef3b8

10 files changed

Lines changed: 38 additions & 8 deletions

.idea/copilot.data.migration.agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.ask.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.ask2agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.edit.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
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
@@ -28,7 +28,7 @@ Add the dependency to your pom.xml:
2828
<dependency>
2929
<groupId>org.tinystruct</groupId>
3030
<artifactId>tinystruct</artifactId>
31-
<version>1.7.25</version>
31+
<version>1.7.28</version>
3232
<classifier>jar-with-dependencies</classifier>
3333
</dependency>
3434
```

en/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add the tinystruct dependency to your project's `pom.xml` file:
2929
<dependency>
3030
<groupId>org.tinystruct</groupId>
3131
<artifactId>tinystruct</artifactId>
32-
<version>1.7.25</version>
32+
<version>1.7.28</version>
3333
<classifier>jar-with-dependencies</classifier>
3434
</dependency>
3535
```

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="keywords" content="java, framework, lightweight, command-line, web, applications, tinystruct">
1010
<meta name="author" content="James ZHOU">
1111
<link rel="icon" type="image/x-icon" href="favicon.ico">
12-
<title>tinystruct framework - v1.7.25</title>
12+
<title>tinystruct framework - v1.7.28</title>
1313

1414
<!-- Styles -->
1515
<link rel="stylesheet" href="assets/css/style.css">
@@ -82,7 +82,7 @@
8282
<button class="menu-toggle" onclick="toggleSidebar()">
8383
<ion-icon name="menu-outline"></ion-icon>
8484
</button>
85-
<div class="version-badge">v1.7.25</div>
85+
<div class="version-badge">v1.7.28</div>
8686
</div>
8787
<div class="header-actions">
8888
<button class="lang-switch" title="Switch Language" onclick="toggleLanguage()">
@@ -448,7 +448,7 @@ <h4>Zero Configuration</h4>
448448
const commands = [
449449
"$ bin/dispatcher --version",
450450
" _/ ' _ _/ _ _ _/",
451-
" / / /) (/ _) / / (/ ( / 1.7.25",
451+
" / / /) (/ _) / / (/ ( / 1.7.28",
452452
" /",
453453
" ",
454454
"$ bin/dispatcher --help",
@@ -482,7 +482,7 @@ <h4>Zero Configuration</h4>
482482
"# bin/dispatcher start --import org.tinystruct.system.HttpServer --server-port 777",
483483
" ",
484484
" _/ ' _ _/ _ _ _/",
485-
" / / /) (/ _) / / (/ ( / 1.7.25",
485+
" / / /) (/ _) / / (/ ( / 1.7.28",
486486
" /",
487487
" ",
488488
`${new Date().toLocaleString()} org.tinystruct.system.HttpServer start`,

zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tinystruct 是一个简单而强大的 Java 开发框架。它秉承简单思维
2929
<dependency>
3030
<groupId>org.tinystruct</groupId>
3131
<artifactId>tinystruct</artifactId>
32-
<version>1.7.25</version>
32+
<version>1.7.28</version>
3333
<classifier>jar-with-dependencies</classifier>
3434
</dependency>
3535
```

zh/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ https://github.com/tinystruct/tinystruct-archetype
2727
<dependency>
2828
<groupId>org.tinystruct</groupId>
2929
<artifactId>tinystruct</artifactId>
30-
<version>1.7.25</version>
30+
<version>1.7.28</version>
3131
<classifier>jar-with-dependencies</classifier>
3232
</dependency>
3333
```

0 commit comments

Comments
 (0)