Skip to content

Commit cbe0171

Browse files
committed
Update javie to v1.2
Signed-off-by: crynobone <crynobone@gmail.com>
1 parent c35f0da commit cbe0171

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javie",
3-
"version": "2.0.0",
3+
"version": "1.2.0",
44
"homepage": "https://github.com/javie/javie",
55
"authors": [
66
"Mior Muhammad Zaki <crynobone@gmail.com>"

dist/javie.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package Javie
77
* @require underscore, console, jQuery/Zepto
8-
* @version 2.0.0
8+
* @version 1.2.0
99
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1010
* @license MIT License
1111
* ========================================================================
@@ -130,7 +130,7 @@
130130
* @package Javie
131131
* @class Event
132132
* @require underscore
133-
* @version 2.0.0
133+
* @version 1.2.0
134134
* @since 0.1.0
135135
* @author Mior Muhammad Zaki <https://github.com/crynobone>
136136
* @license MIT License
@@ -316,7 +316,7 @@
316316
* @package Javie
317317
* @class Logger
318318
* @require console
319-
* @version 2.0.0
319+
* @version 1.2.0
320320
* @since 0.1.0
321321
* @author Mior Muhammad Zaki <https://github.com/crynobone>
322322
* @license MIT License
@@ -463,7 +463,7 @@
463463
* @package Javie
464464
* @class Profiler
465465
* @require console
466-
* @version 2.0.0
466+
* @version 1.2.0
467467
* @since 0.1.0
468468
* @author Mior Muhammad Zaki <https://github.com/crynobone>
469469
* @license MIT License

src/includes/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package Javie
77
* @require underscore, console, jQuery/Zepto
8-
* @version 2.0.0
8+
* @version 1.2.0
99
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1010
* @license MIT License
1111
* ========================================================================

src/modules/events/events.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @package Javie
1010
* @class Event
1111
* @require underscore
12-
* @version 2.0.0
12+
* @version 1.2.0
1313
* @since 0.1.0
1414
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1515
* @license MIT License

src/modules/events/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @package Javie
1111
* @class Event
1212
* @require underscore
13-
* @version 2.0.0
13+
* @version 1.2.0
1414
* @since 0.1.0
1515
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1616
* @license MIT License

src/modules/logger/logger.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Javie
99
* @class Logger
1010
* @require console
11-
* @version 2.0.0
11+
* @version 1.2.0
1212
* @since 0.1.0
1313
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1414
* @license MIT License

src/modules/logger/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @package Javie
1010
* @class Logger
1111
* @require console
12-
* @version 2.0.0
12+
* @version 1.2.0
1313
* @since 0.1.0
1414
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1515
* @license MIT License

src/modules/profiler/profiler.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Javie
99
* @class Profiler
1010
* @require console
11-
* @version 2.0.0
11+
* @version 1.2.0
1212
* @since 0.1.0
1313
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1414
* @license MIT License

src/modules/profiler/profiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @package Javie
1010
* @class Profiler
1111
* @require console
12-
* @version 2.0.0
12+
* @version 1.2.0
1313
* @since 0.1.0
1414
* @author Mior Muhammad Zaki <https://github.com/crynobone>
1515
* @license MIT License

0 commit comments

Comments
 (0)