Skip to content

Commit 178bee1

Browse files
Doruk EkerDoruk Eker
authored andcommitted
Update version number
1 parent e93644d commit 178bee1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function(grunt) {
2525
uglify: {
2626
options: {
2727
// the banner is inserted at the top of the output
28-
banner: '\n/* gyronorm.js v2.0.2 - https://github.com/dorukeker/gyronorm.git*/\n'
28+
banner: '\n/* gyronorm.js v2.0.4 - https://github.com/dorukeker/gyronorm.git*/\n'
2929
},
3030
dist: {
3131
files: {

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gyronorm",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"homepage": "https://github.com/dorukeker/gyronorm.git",
55
"authors": [
66
"Doruk Eker"

lib/gyronorm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @author Doruk Eker <dorukeker@gmail.com>
55
* @copyright Doruk Eker <http://dorukeker.com>
6-
* @version 2.0.3
6+
* @version 2.0.4
77
* @license MIT License | http://opensource.org/licenses/MIT
88
*/
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gyronorm",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"homepage": "https://github.com/dorukeker/gyronorm.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)