version bump for 0.3.0 release

This commit is contained in:
Morgan McMillian 2017-07-09 08:22:10 -07:00
parent 46ac23bb68
commit d310aef14d
2 changed files with 3 additions and 3 deletions

View file

@ -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.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.monkeystew.goober-m" version="0.3.0" 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>

View file

@ -256,7 +256,7 @@ export class StreamPage {
presentToast(text) { presentToast(text) {
let toast = this.toastCtrl.create({ let toast = this.toastCtrl.create({
position: 'middle', position: 'top',
message: text, message: text,
duration: 2000 duration: 2000
}); });
@ -358,7 +358,7 @@ export class NewPostModal {
presentToast(text) { presentToast(text) {
let toast = this.toastCtrl.create({ let toast = this.toastCtrl.create({
position: 'middle', position: 'top',
message: text, message: text,
duration: 2000 duration: 2000
}); });