Skip to content

Commit b2a1812

Browse files
author
Niklas Sauter
committed
update to version 0.0.5
1 parent 0fd9be5 commit b2a1812

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<img class="app-icon" src="https://github.com/niklas-8/RemoteFiles/blob/master/assets/app_icon_bg.png?raw=true">
2929
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
3030
<h2 class="project-tagline first">The modern SFTP client for Android and iOS</h2>
31-
<h2 class="project-tagline">Version 0.0.4 [Beta]</h2>
31+
<h2 class="project-tagline">Version 0.0.5 [Beta]</h2>
3232
{% if site.github.is_project_page %}
3333
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
3434
{% endif %}
3535
{% if site.show_downloads %}
36-
<a href="https://github.com/niklas-8/RemoteFiles/releases/download/v0.0.4-beta/remotefiles-v0.0.4-beta.apk"
36+
<a href="https://github.com/niklas-8/RemoteFiles/releases/download/v0.0.5-beta/remotefiles-v0.0.4-beta.apk"
3737
class="btn">Download .apk</a>
3838
<a class="btn not-available">Google PlayStore (not yet available)</a>
3939
{% endif %}
@@ -81,4 +81,4 @@ <h2>Screenshots</h2>
8181
</main>
8282
</body>
8383

84-
</html>
84+
</html>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A modern SFTP client for Android and iOS
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 0.0.4
14+
version: 0.0.5
1515

1616
environment:
1717
sdk: ">=2.2.2 <3.0.0"

0 commit comments

Comments
 (0)