Skip to content

Commit

Permalink
Merge branch 'release-0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
meisyal committed Dec 25, 2015
2 parents 53abf59 + 6f091c2 commit 5422b1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.ionicframework.mim897533" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.focusedsamurai.mim" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>MIM</name>
<description>
An Ionic Framework and Cordova project.
An Ionic mobile inventory manager application.
</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">
Ionic Framework Team
<author email="[email protected]" href="http://meisyal.web.id/">
MIM Project Team
</author>
<content src="index.html"/>
<access origin="*"/>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5422b1e

Please sign in to comment.