Skip to content

Commit

Permalink
build v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babakhani committed Jul 7, 2019
1 parent 016b976 commit f264629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/persian-date.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* persian-date - 1.1.0-rc2
* persian-date - 1.1.0
* Reza Babakhani <[email protected]>
* http://babakhani.github.io/PersianWebToolkit/docs/persian-date/
* Under MIT license
Expand Down Expand Up @@ -265,7 +265,7 @@ var PersianDateClass = function () {
this.leapYearMode = PersianDateClass.leapYearMode;

this.algorithms = new Algorithms(this);
this.version = "1.1.0-rc2";
this.version = "1.1.0";
this._utcMode = false;
if (this.localType !== 'fa') {
this.formatPersian = false;
Expand Down
Loading

0 comments on commit f264629

Please sign in to comment.