Skip to content

Commit 3b07dca

Browse files
committed
Update index.html
1 parent c6341dc commit 3b07dca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="A lightweight java framework designed for building efficient and scalable applications. Supports both command-line tools and APIs, enabling developers to create robust solutions with ease.">
67
<title>tinystruct framework</title>
78
<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" />
89
<style>
@@ -433,7 +434,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
433434
<pre class="language-xml"><code>&lt;dependency&gt;
434435
&lt;groupId&gt;org.tinystruct&lt;/groupId&gt;
435436
&lt;artifactId&gt;tinystruct&lt;/artifactId&gt;
436-
&lt;version&gt;1.4.7&lt;/version&gt;
437+
&lt;version&gt;1.4.9&lt;/version&gt;
437438
&lt;classifier&gt;jar-with-dependencies&lt;/classifier&gt;
438439
&lt;/dependency&gt;</code><button class="copy-btn" onclick="copyCode(this)">Copy</button>
439440
</pre>
@@ -557,7 +558,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
557558
const mainCommands = [
558559
"$ bin/dispatcher --version",
559560
" _/ ' _ _/ _ _ _/",
560-
" / / /) (/ _) / / (/ ( / 1.4.7",
561+
" / / /) (/ _) / / (/ ( / 1.4.9",
561562
" /",
562563
" ",
563564
"$ bin/dispatcher --help",

0 commit comments

Comments
 (0)