Skip to content

Commit f5bef20

Browse files
committed
Update version string to 2.7.0
1 parent 16f1bdb commit f5bef20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'use strict';
22

33
exports = module.exports = require('./src/options');
4-
exports.version = '2.7.0-rc.2';
4+
exports.version = '2.7.0';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "index.js",
1010
"moduleDir": "src",
1111
"filename": "enyo.js",
12-
"version": "2.7.0-rc.2",
12+
"version": "2.7.0",
1313
"description": "Enyo is an open source object-oriented JavaScript framework emphasizing encapsulation and modularity. Enyo contains everything you need to create a fast, scalable mobile or web application.",
1414
"homepage": "http://enyojs.com/",
1515
"bugs": "http://jira.enyojs.com/",

0 commit comments

Comments
 (0)