version bump for 6.2
This commit is contained in:
parent
7d07f5c117
commit
dbc7b94130
2 changed files with 11 additions and 2 deletions
|
@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [0.6.2] -
|
||||||
|
### Fixed
|
||||||
|
- Missing status bar when app is loaded
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated android platform requirements
|
||||||
|
- Updated project dependencies
|
||||||
|
|
||||||
## [0.6.1] - 2018-02-14
|
## [0.6.1] - 2018-02-14
|
||||||
### Fixed
|
### Fixed
|
||||||
- Login using multi-factor authentication
|
- Login using multi-factor authentication
|
||||||
|
@ -77,6 +85,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
### Added
|
### Added
|
||||||
- Intial pre-release for Android
|
- Intial pre-release for Android
|
||||||
|
|
||||||
|
[0.6.2]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_2
|
||||||
[0.6.1]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_1
|
[0.6.1]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_1
|
||||||
[0.6.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_0
|
[0.6.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_0
|
||||||
[0.5.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_5_0
|
[0.5.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_5_0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.monkeystew.goober_m" version="0.6.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="com.monkeystew.goober_m" version="0.6.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>Goober</name>
|
<name>Goober</name>
|
||||||
<description>Goober, a mobile app for pnut.io</description>
|
<description>Goober, a mobile app for pnut.io</description>
|
||||||
<author email="gilag@monkeystew.com" href="https://monkeystew.org">Morgan McMillian</author>
|
<author email="gilag@monkeystew.com" href="https://monkeystew.org">Morgan McMillian</author>
|
||||||
|
@ -101,5 +101,5 @@
|
||||||
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" />
|
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" />
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin name="cordova-plugin-filepath" spec="^1.3.0" />
|
<plugin name="cordova-plugin-filepath" spec="^1.3.0" />
|
||||||
<engine name="android" spec="~7.1.0" />
|
<engine name="android" spec="7.1.0" />
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Reference in a new issue