Skip to content

Commit 0ed76fe

Browse files
committed
new release
1 parent bbf44fb commit 0ed76fe

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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 0.1.0 [Source code (zip)](https://github.com/arastu/iran/archive/0.1.0.zip)
12+
Version 1.0.0 [Source code (zip)](https://github.com/arastu/iran/archive/1.0.0.zip)
1313

14-
Version 0.1.0 [Source code (tar.gz)](https://github.com/arastu/iran/archive/0.1.0.tar.gz)
14+
Version 1.0.0 [Source code (tar.gz)](https://github.com/arastu/iran/archive/1.0.0.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": "0.0.1",
3+
"version": "1.0.0",
44
"homepage": "https://github.com/arastu/iran",
55
"authors": [
66
"Touhid Arastu <touhid.arastu@gmail.com> (http://arastu.ir/)"

builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var fs = require('fs');
22
var parser = require('./lib/parser.js');
33
var js2xmlparser = require("js2xmlparser");
44

5-
fs.readFile('./iran_administrative_divisions_json.html', 'utf8', function read(err, data) {
5+
fs.readFile('./iran_cities_in_moi_site.html', 'utf8', function read(err, data) {
66
if (err) {
77
throw err;
88
} else {
@@ -36,7 +36,7 @@ fs.readFile('./iran_administrative_divisions_json.html', 'utf8', function read(e
3636
'\t}' + '\n' +
3737
'\n' +
3838
'\t// Current version.' + '\n' +
39-
'\tiran.VERSION = \'0.0.1\';' + '\n' +
39+
'\tiran.VERSION = \'1.0.0\';' + '\n' +
4040
'\n' +
4141
'\tiran.cities = JSON.parse(\'' + JSON.stringify(data) + '\')' + '\n' +
4242
'\n' +
File renamed without changes.

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": "0.1.0",
3+
"version": "1.0.0",
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)