Skip to content

Commit 9fa10f0

Browse files
committed
(Post)Bump version: 0.4.304.0 -> 0.4.305.0
1 parent 749483a commit 9fa10f0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ newmono_build:
6363
artifacts:
6464
paths:
6565
- bin/*.zip
66-
expire_in: 50years
66+
expire_in: 50days
6767
script:
6868
- apt install -y libgtk2.0-cil-dev
6969

@@ -113,5 +113,5 @@ newmono_test_integration:
113113
# artifacts:
114114
# paths:
115115
# - "*.snap"
116-
# expire_in: 50years
116+
# expire_in: 50days
117117

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: core20 # the base snap is the execution environment for this snap
3-
version: '0.4.304.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.4.305.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/Properties/CommonAssemblyInfo.fs

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

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

2424
do
2525
()

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.4.304.0" package="com.geewallet.android" android:versionCode="304">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.4.305.0" package="com.geewallet.android" android:versionCode="305">
33
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="30" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.CAMERA" />

0 commit comments

Comments
 (0)