mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 01:41:14 -06:00
Update version
This commit is contained in:
parent
89d31ca71f
commit
3ace0d6f84
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
sudo: required
|
||||
language: bash
|
||||
env:
|
||||
- VERSION=4.8.1.3
|
||||
- VERSION=4.8.1.4
|
||||
|
||||
dist: xenial
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user