From 6f091c2cfc64276a4de3395f99129a1be34bd546 Mon Sep 17 00:00:00 2001 From: Andrias Meisyal Date: Sat, 26 Dec 2015 01:50:13 +0700 Subject: [PATCH] Bumped version number to 0.0.1 --- README.md | 11 ++++++----- config.xml | 8 ++++---- package.json | 6 +++--- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3c05c5a..6b02b29 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,10 @@ Dependencies are used in this project: - [SQLite dbcopy][sqlite-dbcopy] Please, read theirs documentation about how to install two plugins above into -your `ionic` project before you start moving forward. - -MIM also uses [Angular Chart][angularchart] to generate chart. +your `ionic` project before you start moving forward. MIM also uses +[Angular Chart][angularchart] to generate chart. There are some associated files +with this one. Those files are Chart.min.js, angular-chart.min.js, and angular- +chart.css. ### Building from Source @@ -107,8 +108,8 @@ If you face any problems or find a bug, feel free to submit an [issue][issue] or ## License This project is released under GNU General Public License Version 3. Please, check -[LICENSE][license] for more information. All other contents (dependencies etc.) -are redistributed under their original license terms. +[LICENSE][license] for more information. All other contents (dependencies and +etc.) are redistributed under their original license terms. The side menu icons (add-inventory.svg, customers.svg, inventory-item.svg, sales-order.svg, sales.svg, and statistic.svg) were created by diff --git a/config.xml b/config.xml index 9d01dcf..2103db6 100644 --- a/config.xml +++ b/config.xml @@ -1,11 +1,11 @@ - + MIM - An Ionic Framework and Cordova project. + An Ionic mobile inventory manager application. - - Ionic Framework Team + + MIM Project Team diff --git a/package.json b/package.json index 5109c0a..3ab0c43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "mim", - "version": "1.0.0", - "description": "MIM: Mobile Inventory Manager", + "name": "MIM", + "version": "0.0.1", + "description": "An Ionic mobile inventory manager application.", "dependencies": { "gulp": "^3.5.6", "gulp-sass": "^1.3.3",