From 7d8fc543518ad65cf51370c08099a6d56326f400 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 16 May 2018 21:55:24 +0200 Subject: [PATCH] Fix version number. --- .sandstorm/changelog.md | 7 +++++++ .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- changelog.md | 9 +++++++++ config/firefly.php | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index b3032ac7d0..9f8550f563 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,10 @@ +# 4.7.3.2 +- Forgot to increase the version number :(. + + +# 4.7.3.1 +- Fixed a critical bug where the rules-engine would fire inadvertently. + # 4.7.3 - Currency added to API - Firfely III will also generate a cash wallet for new users. diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 32651e7869..239821c66b 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), - appVersion = 11, - appMarketingVersion = (defaultText = "4.7.3"), + appVersion = 12, + appMarketingVersion = (defaultText = "4.7.3.2"), actions = [ # Define your "new document" handlers here. diff --git a/changelog.md b/changelog.md index c36b8be568..486fa44639 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.7.3.2] - 2018-05-16 +### Fixed +- Forgot to increase the version number :(. + + +## [4.7.3.1] - 2018-05-14 +### Fixed +- Fixed a critical bug where the rules-engine would fire inadvertently. + ## [4.7.3] - 2018-04-29 ### Added - Currency added to API diff --git a/config/firefly.php b/config/firefly.php index d86f7cc277..28cb8b08f9 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -88,7 +88,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.7.3', + 'version' => '4.7.3.2', 'api_version' => '0.3', 'db_version' => 3, 'maxUploadSize' => 15242880,