Update version.

This commit is contained in:
James Cole
2019-10-05 05:20:07 +02:00
parent 9b001f7c15
commit 0854842285
5 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# 4.8.1.2
# 4.8.1.1
- Add some sensible maximum amounts to form inputs.

View File

@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
manifest = (
appTitle = (defaultText = "Firefly III"),
appVersion = 37,
appMarketingVersion = (defaultText = "4.8.1.1"),
appVersion = 38,
appMarketingVersion = (defaultText = "4.8.1.2"),
actions = [
# Define your "new document" handlers here.

View File

@@ -1,7 +1,7 @@
sudo: required
language: bash
env:
- VERSION=4.8.1.1
- VERSION=4.8.1.2
dist: xenial

View File

@@ -2,6 +2,8 @@
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.2)] - 2019-10-05
## [4.8.1.1 (API 0.10.2)] - 2019-09-12
### Changed

View File

@@ -125,7 +125,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.8.1.1',
'version' => '4.8.1.2',
'api_version' => '0.10.2',
'db_version' => 11,
'maxUploadSize' => 15242880,