From 3ace0d6f84f39ddcb443a582337cdceb0307d353 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Oct 2019 06:58:12 +0200 Subject: [PATCH] Update version --- .sandstorm/changelog.md | 2 +- .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- .travis.yml | 2 +- changelog.md | 2 +- config/firefly.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index f6413d93f1..10b6f7f9eb 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,4 +1,4 @@ -# 4.8.1.3 +# 4.8.1.4 - [Issue 2680](https://github.com/firefly-iii/firefly-iii/issues/2680) Upgrade routine would delete all transaction groups. diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 09f678f7df..aca29cff8c 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 = 38, - appMarketingVersion = (defaultText = "4.8.1.2"), + appVersion = 39, + appMarketingVersion = (defaultText = "4.8.1.4"), actions = [ # Define your "new document" handlers here. diff --git a/.travis.yml b/.travis.yml index ed8ece358a..3b11472fea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.8.1.3 + - VERSION=4.8.1.4 dist: xenial diff --git a/changelog.md b/changelog.md index 80b0d6f414..b51eb59d2f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [4.8.1.2 (API 0.10.3)] - 2019-10-05 +## [4.8.1.4 (API 0.10.3)] - 2019-10-05 Emergency fix because I borked the upgrade routine. I apologise for the inconvenience. diff --git a/config/firefly.php b/config/firefly.php index 8ee8fec212..48fa70d169 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -125,7 +125,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.8.1.2', + 'version' => '4.8.1.4', 'api_version' => '0.10.3', 'db_version' => 11, 'maxUploadSize' => 15242880,