Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arashm committed Aug 17, 2014
1 parent 6d5c19a commit 956adfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdate",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Jalali to Gregorian converter with support of formatting output",
"keywords": [
"date",
Expand Down
2 changes: 1 addition & 1 deletion lib/jdate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* https://github.com/arashm/JDate
* @author: Arash Mousavi
* @version: 0.1.0
* @version: 0.1.1
*/
var jalali = require('./converter')
, map = require('map');
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": "JDate",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Jalali to Gregorian converter with support of formatting output",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 956adfb

Please sign in to comment.