Skip to content

Commit 9c7c1f4

Browse files
committed
(Post)Bump version: 0.7.428.0 -> 0.7.429.0
1 parent 9767870 commit 9c7c1f4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geewallet
22
base: core22 # the base snap is the execution environment for this snap
3-
version: '0.7.428.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.7.429.0' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: minimalistic cryptocurrency brainwallet # 79 char long summary
55
description: |
66
Non-custodial, minimalistic and pragmatist opensource crossplatform

src/GWallet.Backend/GWallet.Backend.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<Version>0.7.428.0</Version>
10-
<AssemblyVersion>0.7.428.0</AssemblyVersion>
11-
<FileVersion>0.7.428.0</FileVersion>
9+
<Version>0.7.429.0</Version>
10+
<AssemblyVersion>0.7.429.0</AssemblyVersion>
11+
<FileVersion>0.7.429.0</FileVersion>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

src/GWallet.Backend/Properties/CommonAssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ open System.Reflection
1818
// by using the '*' as shown below:
1919
// [<assembly: AssemblyVersion("1.0.*")>]
2020

21-
[<assembly: AssemblyVersion("0.7.428.0")>]
22-
[<assembly: AssemblyFileVersion("0.7.428.0")>]
21+
[<assembly: AssemblyVersion("0.7.429.0")>]
22+
[<assembly: AssemblyFileVersion("0.7.429.0")>]
2323

2424
// this one below maps to Product Version in theory
25-
[<assembly: AssemblyInformationalVersion("0.7.428.0")>]
25+
[<assembly: AssemblyInformationalVersion("0.7.429.0")>]
2626

2727
do
2828
()

src/GWallet.Frontend.XF.Android/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.7.428.0" package="com.geewallet.android" android:versionCode="428">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.7.429.0" package="com.geewallet.android" android:versionCode="429">
33
<uses-permission android:name="android.permission.INTERNET" />
44
<uses-permission android:name="android.permission.CAMERA" />
55
<uses-permission android:name="android.permission.FLASHLIGHT" />

0 commit comments

Comments
 (0)