File tree 4 files changed +8
-8
lines changed
GWallet.Frontend.XF.Android/Properties
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : geewallet
2
2
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'
4
4
summary : minimalistic cryptocurrency brainwallet # 79 char long summary
5
5
description : |
6
6
Non-custodial, minimalistic and pragmatist opensource crossplatform
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<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 >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ open System.Reflection
18
18
// by using the '*' as shown below:
19
19
// [<assembly: AssemblyVersion("1.0.*")>]
20
20
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" ) >]
23
23
24
24
// this one below maps to Product Version in theory
25
- [<assembly: AssemblyInformationalVersion( " 0.7.428 .0" ) >]
25
+ [<assembly: AssemblyInformationalVersion( " 0.7.429 .0" ) >]
26
26
27
27
do
28
28
()
Original file line number Diff line number Diff line change 1
1
<?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 " >
3
3
<uses-permission android : name =" android.permission.INTERNET" />
4
4
<uses-permission android : name =" android.permission.CAMERA" />
5
5
<uses-permission android : name =" android.permission.FLASHLIGHT" />
You can’t perform that action at this time.
0 commit comments