Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
arastu committed Aug 19, 2015
1 parent 8bb3cca commit 0c8f4c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Each province is further subdivided into counties called shahrestan (Persian: ش

#Downloads (Right-click, and use "Save As")

Version 1.0.0 [Source code (zip)](https://github.com/arastu/iran/archive/1.0.0.zip)
Version 1.0.1 [Source code (zip)](https://github.com/arastu/iran/archive/1.0.1.zip)

Version 1.0.0 [Source code (tar.gz)](https://github.com/arastu/iran/archive/1.0.0.tar.gz)
Version 1.0.1 [Source code (tar.gz)](https://github.com/arastu/iran/archive/1.0.1.tar.gz)

#Installation

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iran",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/arastu/iran",
"authors": [
"Touhid Arastu <[email protected]> (http://arastu.ir/)"
Expand Down
2 changes: 1 addition & 1 deletion builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fs.readFile('./iran_cities_in_moi_site.crawl', 'utf8', function read(err, data)
'\t}' + '\n' +
'\n' +
'\t// Current version.' + '\n' +
'\tiran.VERSION = \'1.0.0\';' + '\n' +
'\tiran.VERSION = \'1.0.1\';' + '\n' +
'\n' +
'\tiran.cities = JSON.parse(\'' + JSON.stringify(data) + '\')' + '\n' +
'\n' +
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iran",
"version": "1.0.0",
"version": "1.0.1",
"description": "List of Iran cities in json and xml format based on administrative divisions of Iran.",
"main": "dist/iran.js",
"dependencies": {
Expand Down

0 comments on commit 0c8f4c7

Please sign in to comment.