Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmacleod committed Sep 1, 2023
2 parents 8c802b1 + 261086a commit 3ce81b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 3)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 5)
define(_CLIENT_VERSION_BUILD, 6)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/electron_sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-sample",
"version": "3.0.5",
"version": "3.0.6",
"description": "A minimal Electron application using unified backend",
"author": "Malcolm MacLeod",
"license": "GNU Lesser General Public License v3",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/electron_vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Munt",
"description": "Munt currency",
"author": "Centure.com BV",
"version": "3.0.5",
"version": "3.0.6",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Munt-lite",
"description": "Munt currency, light/SPV based wallet",
"author": "Centure.com BV",
"version": "3.0.5",
"version": "3.0.6",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit 3ce81b9

Please sign in to comment.