Skip to content

Commit b82d14f

Browse files
committed
Prod release 0.91.2
1 parent 0ba354a commit b82d14f

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ set(QML2_IMPORT_PATH "${BLOCK_SETTLE_ROOT}/BlockSettleSigner/qml" CACHE STRING "
8484
# Terminal, PB, PuB and offline tools share same version for consistency
8585
SET(BS_VERSION_MAJOR 0 )
8686
SET(BS_VERSION_MINOR 91 )
87-
SET(BS_VERSION_PATCH 1 )
87+
SET(BS_VERSION_PATCH 2 )
8888
SET(BS_VERSION_STRING "${BS_VERSION_MAJOR}.${BS_VERSION_MINOR}.${BS_VERSION_PATCH}")
8989

9090
include(GetGitRevisionDescription)

Deploy/Ubuntu/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: bsterminal
2-
Version: 0.91.1
2+
Version: 0.91.2
33
Section: x11
44
Priority: optional
55
Architecture: amd64

Deploy/Windows/bsterminal.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SetCompressor /SOLID lzma
44
# General Symbol Definitions
55
!define COMPANY "BlockSettle AB"
66
!define URL http://blocksettle.com/
7-
!define VERSION "0.91.1"
7+
!define VERSION "0.91.2"
88
!define PRODUCT_NAME "BlockSettle Terminal"
99

1010
# MultiUser Symbol Definitions

changelog.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
2-
"latest_version": "0.91.1",
3-
"release_date": "30 Oct 2020",
2+
"latest_version": "0.91.2",
3+
"release_date": "17 Nov 2020",
44
"changes": [
5+
{
6+
"version_string": "0.91.2",
7+
"previous_version": "0.91.1",
8+
"release_date": "17 Nov 2020",
9+
"release_type": "prod",
10+
"improvements": [
11+
],
12+
"bug_fixes": [
13+
"Fix XBT limit validation on submitted auth address"
14+
],
15+
"revision": "0ba354aa1",
16+
"common_revision": "772fedb1"
17+
},
518
{
619
"version_string": "0.91.1",
720
"previous_version": "0.91.0",

0 commit comments

Comments
 (0)