Skip to content

Commit

Permalink
Version updated to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoumpierre committed Apr 30, 2018
1 parent 96c4582 commit 392a203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.ionic.starter" version="1.2.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Frozen Salgados</name>
<description>Sistema interno de gerenciamento de pedidos</description>
<author email="[email protected]" href="https://github.com/EduardoUmpierre">Eduardo Umpierre</author>
Expand Down Expand Up @@ -84,13 +84,13 @@
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />
<allow-navigation href="data:*" />
<engine name="browser" spec="5.0.3" />
<engine name="android" spec="6.3.0" />
<plugin name="cordova-plugin-nativestorage" spec="^2.3.1" />
<plugin name="cordova-plugin-pin-dialog" spec="^0.1.3" />
<plugin name="cordova-plugin-device" spec="^2.0.1" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.2.0" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="cordova-plugin-advanced-http" spec="^1.11.1" />
<engine name="browser" spec="5.0.3" />
<engine name="android" spec="6.3.0" />
</widget>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "frozen-salgados",
"description": "Aplicação para controle de pedidos desenvolvida em Ionic",
"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"author": "Eduardo Umpierre",
"scripts": {
"clean": "ionic-app-scripts clean",
Expand Down

0 comments on commit 392a203

Please sign in to comment.