Skip to content

Commit

Permalink
Project name fix and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoumpierre committed Mar 28, 2018
1 parent 463b88e commit a851ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Frozen Congelados</name>
<widget id="io.ionic.starter" version="1.1.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>
<content src="index.html" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Frozen Congelados",
"name": "Frozen Salgados",
"description": "Aplicação para controle de pedidos desenvolvida em Ionic",
"license": "MIT",
"version": "1.1.1",
"version": "1.1.2",
"author": "Eduardo Umpierre",
"scripts": {
"clean": "ionic-app-scripts clean",
Expand Down

0 comments on commit a851ad2

Please sign in to comment.