Skip to content

Commit 0c8f4c7

Browse files
committed
change version
1 parent 8bb3cca commit 0c8f4c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Each province is further subdivided into counties called shahrestan (Persian: ش
99

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

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

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

1616
#Installation
1717

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iran",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/arastu/iran",
55
"authors": [
66
"Touhid Arastu <touhid.arastu@gmail.com> (http://arastu.ir/)"

builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fs.readFile('./iran_cities_in_moi_site.crawl', 'utf8', function read(err, data)
3636
'\t}' + '\n' +
3737
'\n' +
3838
'\t// Current version.' + '\n' +
39-
'\tiran.VERSION = \'1.0.0\';' + '\n' +
39+
'\tiran.VERSION = \'1.0.1\';' + '\n' +
4040
'\n' +
4141
'\tiran.cities = JSON.parse(\'' + JSON.stringify(data) + '\')' + '\n' +
4242
'\n' +

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iran",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "List of Iran cities in json and xml format based on administrative divisions of Iran.",
55
"main": "dist/iran.js",
66
"dependencies": {

0 commit comments

Comments
 (0)