Skip to content

Commit f6c46d2

Browse files
committed
feat: update v2.2.1
1 parent e9815bb commit f6c46d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/agile.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agilejs",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "AgileJS is a simple, fast and easy to use engine which uses javascript generated pure CSS.",
55
"main": "./build/agile.min.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"url": "git+https://github.com/drawcall/Agile.git"
1515
},
1616
"authors": [
17-
"drawcall <ajiemath@gmail.com>"
17+
"drawcall <colorbuffer@gmail.com>"
1818
],
1919
"license": "MIT",
2020
"bugs": {

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const banner = `/*!
1010
* Agile v${pkjson.version}
1111
* https://github.com/drawcall/Agile
1212
*
13-
* Copyright 2012-${new Date().getFullYear()}, A-JIE
13+
* Copyright 2012-${new Date().getFullYear()}, drawcall
1414
* Licensed under the MIT license
1515
* http://www.opensource.org/licenses/mit-license
1616
*

0 commit comments

Comments
 (0)