Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
arastu committed Jun 5, 2015
1 parent bbf44fb commit 0ed76fe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 0.1.0 [Source code (zip)](https://github.com/arastu/iran/archive/0.1.0.zip)
Version 1.0.0 [Source code (zip)](https://github.com/arastu/iran/archive/1.0.0.zip)

Version 0.1.0 [Source code (tar.gz)](https://github.com/arastu/iran/archive/0.1.0.tar.gz)
Version 1.0.0 [Source code (tar.gz)](https://github.com/arastu/iran/archive/1.0.0.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": "0.0.1",
"version": "1.0.0",
"homepage": "https://github.com/arastu/iran",
"authors": [
"Touhid Arastu <[email protected]> (http://arastu.ir/)"
Expand Down
4 changes: 2 additions & 2 deletions builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');
var parser = require('./lib/parser.js');
var js2xmlparser = require("js2xmlparser");

fs.readFile('./iran_administrative_divisions_json.html', 'utf8', function read(err, data) {
fs.readFile('./iran_cities_in_moi_site.html', 'utf8', function read(err, data) {
if (err) {
throw err;
} else {
Expand Down Expand Up @@ -36,7 +36,7 @@ fs.readFile('./iran_administrative_divisions_json.html', 'utf8', function read(e
'\t}' + '\n' +
'\n' +
'\t// Current version.' + '\n' +
'\tiran.VERSION = \'0.0.1\';' + '\n' +
'\tiran.VERSION = \'1.0.0\';' + '\n' +
'\n' +
'\tiran.cities = JSON.parse(\'' + JSON.stringify(data) + '\')' + '\n' +
'\n' +
Expand Down
File renamed without changes.
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": "0.1.0",
"version": "1.0.0",
"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 0ed76fe

Please sign in to comment.