Skip to content

Commit

Permalink
app: release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
borgbyte committed Aug 30, 2023
1 parent 50e1d08 commit 620b1c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.2.6] - 2023-08-29
### Fixed
- Correct type label of P2PKH accounts
- Send transaction with Jade from legacy account
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(green VERSION 1.2.5 LANGUAGES CXX)
project(green VERSION 1.2.6 LANGUAGES CXX)

option(GREEN_WAYLAND "Include Wayland support" OFF)

Expand Down
2 changes: 1 addition & 1 deletion tools/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail

VERSION=1.2.5
VERSION=1.2.6

HASH_WINDOWS=`cat SHA256SUMS.asc | grep Windows | awk '{split($0, a," "); print a[1]}'`
HASH_MAC=`cat SHA256SUMS.asc | grep Mac | awk '{split($0, a," "); print a[1]}'`
Expand Down

1 comment on commit 620b1c7

@Zionsammy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

Please sign in to comment.