Skip to content

Commit f264629

Browse files
committed
build v1.1.0
1 parent 016b976 commit f264629

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/persian-date.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* persian-date - 1.1.0-rc2
3+
* persian-date - 1.1.0
44
* Reza Babakhani <[email protected]>
55
* http://babakhani.github.io/PersianWebToolkit/docs/persian-date/
66
* Under MIT license
@@ -265,7 +265,7 @@ var PersianDateClass = function () {
265265
this.leapYearMode = PersianDateClass.leapYearMode;
266266

267267
this.algorithms = new Algorithms(this);
268-
this.version = "1.1.0-rc2";
268+
this.version = "1.1.0";
269269
this._utcMode = false;
270270
if (this.localType !== 'fa') {
271271
this.formatPersian = false;

0 commit comments

Comments
 (0)