From d310aef14dcc3dd537562f943b65031aec4afa5f Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 9 Jul 2017 08:22:10 -0700 Subject: [PATCH] version bump for 0.3.0 release --- config.xml | 2 +- src/pages/stream/stream.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index b12a396..7175a4e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Goober Goober, a mobile app for pnut.io Morgan McMillian diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts index c21b381..03e501f 100644 --- a/src/pages/stream/stream.ts +++ b/src/pages/stream/stream.ts @@ -256,7 +256,7 @@ export class StreamPage { presentToast(text) { let toast = this.toastCtrl.create({ - position: 'middle', + position: 'top', message: text, duration: 2000 }); @@ -358,7 +358,7 @@ export class NewPostModal { presentToast(text) { let toast = this.toastCtrl.create({ - position: 'middle', + position: 'top', message: text, duration: 2000 });