Skip to content

Commit

Permalink
release: v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haganbmj committed Jul 20, 2022
1 parent e0f5849 commit b7b85ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ HEAD: new items added as changes are made
Features:

Bug fixes:
* Fix Add Cards toolbar not showing script multi-add functions on initial load (twanvl#153)

------------------------------------------------------------------------------
version 2.2.1 (Unofficial), 2022-07-19
------------------------------------------------------------------------------

Bug fixes:
* Fix Add Cards toolbar not showing script multi-add functions on initial load. (twanvl#153)
* Correct default Export Zoom value to 100%.

------------------------------------------------------------------------------
version 2.2.0 (Unofficial), 2022-07-16
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.13)

project(magicseteditor VERSION 2.2.0)
project(magicseteditor VERSION 2.2.1)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down

0 comments on commit b7b85ce

Please sign in to comment.