Skip to content

Commit 7374ed6

Browse files
committed
changed download
1 parent 6180ef5 commit 7374ed6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/download.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010
<body>
1111
<h1>Download BScript v0.2.5</h1>
12+
<p><small>Released 7/5/2025</small></p>
1213
<p>Choose your platform to download the appropriate version of BScript.</p>
1314
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.5/bscript-gui-windows.zip'">Download for Windows</button>
1415
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.5/bscript-gui-linux.zip'">Download for Linux</button>
@@ -17,7 +18,8 @@ <h1>Download BScript v0.2.5</h1>
1718
<h2>Older Versions</h2>
1819
<section id = "0_2_0">
1920
<h3>Version 0.2.0</h3>
20-
<p>Initial release with basic features.</p>
21+
<p><small>Released 7/5/2025</small></p>
22+
<p>Release that adds functions</p>
2123
<ul>
2224
<li><a href="https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-windows.zip">Version 0.2.0 - Windows</a></li>
2325
<li><a href="https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-linux.zip">Version 0.2.0 - Linux</a></li>
@@ -26,6 +28,7 @@ <h3>Version 0.2.0</h3>
2628
</section>
2729
<section id = "0_1_0">
2830
<h3>Version 0.1.0</h3>
31+
<p><small>Released 7/5/2025</small></p>
2932
<p>Initial release with basic features.</p>
3033
<ul>
3134
<li><a href="https://github.com/Brainy0789/BScript/releases/download/0.1.0/bscript-gui-windows.zip">Version 0.1.0 - Windows</a></li>

docs/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ button {
4646

4747
button:hover {
4848
background-color: #39FF14;
49+
transform: scale(1.05);
4950
}
5051

5152
.container {

0 commit comments

Comments
 (0)