Skip to content

Commit 3afaeec

Browse files
author
Niklas Sauter
committed
update to version 0.0.11
1 parent 2f1e318 commit 3afaeec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,14 @@
217217
<img src="https://github.com/niklas-8/RemoteFiles/blob/master/assets/app_icon_bg.png?raw=true" />
218218
<h1>RemoteFiles</h1>
219219
<h3>An open source SFTP client for Android and iOS</h3>
220-
<h3>Version 0.0.10 [Beta]</h3>
220+
<h3>Version 0.0.11 [Beta]</h3>
221221
<div id="button-container">
222222
<a id="button" href="https://github.com/niklas-8/RemoteFiles"><span id="icon"
223223
class="mdi mdi-github-circle"></span><span id="text">View on GitHub</span></a>
224224
<a id="button" href="https://play.google.com/store/apps/details?id=com.niklas8.remotefiles"><span id="icon"
225225
class="mdi mdi-google-play"></span><span id="text">Google PlayStore</span></a>
226226
<a id="button"
227-
href="https://github.com/niklas-8/RemoteFiles/releases/download/v0.0.10-beta/remotefiles-v0.0.10-beta.apk"><span
227+
href="https://github.com/niklas-8/RemoteFiles/releases/download/v0.0.11-beta/remotefiles-v0.0.11-beta.apk"><span
228228
id="icon" class="mdi mdi-download"></span><span id="text">Download APK file</span></a>
229229
</div>
230230
</header>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: An open source 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.10+10
14+
version: 0.0.11+11
1515

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

0 commit comments

Comments
 (0)