Skip to content

Commit

Permalink
Bump version: 0.4.373.0 -> 0.4.378.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 3, 2023
1 parent d28b5f5 commit 8afa05f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geewallet
base: core20 # the base snap is the execution environment for this snap
version: '0.4.373.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.4.378.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: minimalistic cryptocurrency brainwallet # 79 char long summary
description: |
Non-custodial, minimalistic and pragmatist opensource crossplatform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<Version>0.4.373.0</Version>
<AssemblyVersion>0.4.373.0</AssemblyVersion>
<FileVersion>0.4.373.0</FileVersion>
<Version>0.4.378.0</Version>
<AssemblyVersion>0.4.378.0</AssemblyVersion>
<FileVersion>0.4.378.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
6 changes: 3 additions & 3 deletions src/GWallet.Backend/GWallet.Backend.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.4.373.0</Version>
<AssemblyVersion>0.4.373.0</AssemblyVersion>
<FileVersion>0.4.373.0</FileVersion>
<Version>0.4.378.0</Version>
<AssemblyVersion>0.4.378.0</AssemblyVersion>
<FileVersion>0.4.378.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/GWallet.Backend/Properties/CommonAssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ open System.Reflection
// by using the '*' as shown below:
// [<assembly: AssemblyVersion("1.0.*")>]

[<assembly: AssemblyVersion("0.4.373.0")>]
[<assembly: AssemblyFileVersion("0.4.373.0")>]
[<assembly: AssemblyVersion("0.4.378.0")>]
[<assembly: AssemblyFileVersion("0.4.378.0")>]

// this one below maps to Product Version in theory
[<assembly: AssemblyInformationalVersion("0.4.373.0")>]
[<assembly: AssemblyInformationalVersion("0.4.378.0")>]

do
()
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.4.373.0" package="com.geewallet.android" android:versionCode="373">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.4.378.0" package="com.geewallet.android" android:versionCode="378">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
Expand Down

0 comments on commit 8afa05f

Please sign in to comment.