File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : gwallet
2
2
base : core22 # the base snap is the execution environment for this snap
3
- version : ' 0.6.430 .0' # just for humans, typically '1.2+git' or '1.3.2'
3
+ version : ' 0.6.431 .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.6.430 .0</Version >
10
- <AssemblyVersion >0.6.430 .0</AssemblyVersion >
11
- <FileVersion >0.6.430 .0</FileVersion >
9
+ <Version >0.6.431 .0</Version >
10
+ <AssemblyVersion >0.6.431 .0</AssemblyVersion >
11
+ <FileVersion >0.6.431 .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.6.430 .0" ) >]
22
- [<assembly: AssemblyFileVersion( " 0.6.430 .0" ) >]
21
+ [<assembly: AssemblyVersion( " 0.6.431 .0" ) >]
22
+ [<assembly: AssemblyFileVersion( " 0.6.431 .0" ) >]
23
23
24
24
// this one below maps to Product Version in theory
25
- [<assembly: AssemblyInformationalVersion( " 0.6.430 .0" ) >]
25
+ [<assembly: AssemblyInformationalVersion( " 0.6.431 .0" ) >]
26
26
27
27
do
28
28
()
You can’t perform that action at this time.
0 commit comments