Skip to content

Commit

Permalink
Patch increase.
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Jan 14, 2019
1 parent f8c1634 commit 6c35c8b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: temmejs
* @version: 1.0.0
* @version: 1.0.1
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/temmejs
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: temmejs
* @version: 1.0.0
* @version: 1.0.1
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/temmejs
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
@name: temmejs
@version: 1.0.0
@version: 1.0.1
@author: EOussama
@license MIT
@source: https://github.com/EOussama/temmejs
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
@name: temmejs
@version: 1.0.0
@version: 1.0.1
@author: EOussama
@license MIT
@source: https://github.com/EOussama/temmejs
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": "temmejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Temme (or Emmet in reverse) is to javascript what Emmet is to HTML and CSS, with no doubts, Emmet saved us from the headache of working with HTML and CSS, and now, Temme is doing Javascript the same favour too.",
"directories": {
"doc": "docs",
Expand Down
2 changes: 1 addition & 1 deletion src/temme.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: temmejs
* @version: 1.0.0
* @version: 1.0.1
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/temmejs
Expand Down
2 changes: 1 addition & 1 deletion tests/references.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: temmejs
* @version: 1.0.0
* @version: 1.0.1
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/temmejs
Expand Down
2 changes: 1 addition & 1 deletion tests/sandbox/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
@name: temmejs
@version: 1.0.0
@version: 1.0.1
@author: EOussama
@license MIT
@source: https://github.com/EOussama/temmejs
Expand Down
2 changes: 1 addition & 1 deletion tests/temme.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: temmejs
* @version: 1.0.0
* @version: 1.0.1
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/temmejs
Expand Down
2 changes: 1 addition & 1 deletion tests/validation.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: temmejs
* @version: 1.0.0
* @version: 1.0.1
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/temmejs
Expand Down

0 comments on commit 6c35c8b

Please sign in to comment.