Skip to content

Commit 097c80c

Browse files
committed
Remove visible version strings from download, press, and head.html schema.
1 parent 42bb73c commit 097c80c

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@
168168
"price": "0",
169169
"priceCurrency": "USD"
170170
},
171-
"softwareVersion": "1.8.2",
172171
"downloadUrl": "https://github.com/OpenHub-Store/GitHub-Store/releases",
173172
"license": "https://www.apache.org/licenses/LICENSE-2.0",
174173
"url": "{{ site.url }}",

download/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="page-hero__inner">
1212
<p class="section-header__overline">Download</p>
1313
<h1 class="page-hero__title">Get GitHub Store on every device</h1>
14-
<p class="page-hero__subtitle">Free, open source, and signed. Pick your platform — Android, Windows, macOS, or Linux. Latest version: <strong>1.8.2</strong>.</p>
14+
<p class="page-hero__subtitle">Free, open source, and signed. Pick your platform — Android, Windows, macOS, or Linux.</p>
1515
<div class="page-hero__actions">
1616
<a href="https://github.com/OpenHub-Store/GitHub-Store/releases/latest" class="btn btn--filled" target="_blank" rel="noopener">
1717
<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"/></svg>
@@ -37,7 +37,7 @@ <h2>Android</h2>
3737
<li>
3838
<h3>Direct APK</h3>
3939
<p>Universal APK signed by the developer. Works on any Android 8+ device. Auto-updates via GitHub Store after first install.</p>
40-
<a href="https://github.com/OpenHub-Store/GitHub-Store/releases/latest/download/GitHub-Store-1.8.2.apk" class="btn btn--filled" target="_blank" rel="noopener">Download APK (1.8.2)</a>
40+
<a href="https://github.com/OpenHub-Store/GitHub-Store/releases/latest/download/GitHub-Store-1.8.2.apk" class="btn btn--filled" target="_blank" rel="noopener">Download APK</a>
4141
</li>
4242
<li>
4343
<h3>F-Droid</h3>
@@ -67,12 +67,12 @@ <h2>Windows</h2>
6767
<li>
6868
<h3>EXE installer</h3>
6969
<p>Standard NSIS-style installer. Recommended for most users.</p>
70-
<a href="https://github.com/OpenHub-Store/GitHub-Store/releases/latest/download/GitHub-Store-1.8.2.exe" class="btn btn--filled" target="_blank" rel="noopener">Download EXE (1.8.2)</a>
70+
<a href="https://github.com/OpenHub-Store/GitHub-Store/releases/latest/download/GitHub-Store-1.8.2.exe" class="btn btn--filled" target="_blank" rel="noopener">Download EXE</a>
7171
</li>
7272
<li>
7373
<h3>MSI installer</h3>
7474
<p>Group-policy and enterprise-deployment friendly.</p>
75-
<a href="https://github.com/OpenHub-Store/GitHub-Store/releases/latest/download/GitHub-Store-1.8.2.msi" class="btn btn--tonal" target="_blank" rel="noopener">Download MSI (1.8.2)</a>
75+
<a href="https://github.com/OpenHub-Store/GitHub-Store/releases/latest/download/GitHub-Store-1.8.2.msi" class="btn btn--tonal" target="_blank" rel="noopener">Download MSI</a>
7676
</li>
7777
<li>
7878
<h3>Scoop / Winget</h3>

press/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3 class="press-block__h3">Color palette</h3>
6868

6969
<article class="press-block reveal">
7070
<h2>Screenshots</h2>
71-
<p class="press-block__sub">Mobile and desktop captures. Latest release: 1.8.2.</p>
71+
<p class="press-block__sub">Mobile and desktop captures.</p>
7272
<div class="press-shots">
7373
<figure>
7474
<img src="https://raw.githubusercontent.com/OpenHub-Store/Github-Store/main/media-resources/screenshots/mobile/01.jpg" alt="Discover open-source apps on GitHub" width="320" height="640" loading="lazy" decoding="async">
@@ -121,7 +121,6 @@ <h2>Featured in</h2>
121121
<h2>Quick facts</h2>
122122
<dl class="press-facts">
123123
<div><dt>Founded</dt><dd>November 2025</dd></div>
124-
<div><dt>Latest version</dt><dd>1.8.2 (May 13, 2026)</dd></div>
125124
<div><dt>License</dt><dd>Apache-2.0 (app + backend)</dd></div>
126125
<div><dt>Tech stack</dt><dd>Kotlin Multiplatform + Compose Multiplatform</dd></div>
127126
<div><dt>Platforms</dt><dd>Android, Windows, macOS, Linux</dd></div>

0 commit comments

Comments
 (0)