Skip to content

Commit 21c8618

Browse files
authored
Merge pull request #290 from Active-CSS/2.11.1
2.11.1
2 parents c027516 + 9c12934 commit 21c8618

9 files changed

+25261
-20
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
module.exports = function(grunt) {
77
grunt.initConfig({
88
// Custom variables.
9-
realVersion: '2.11.0',
10-
fileVersion: '2-11-0',
9+
realVersion: '2.11.1',
10+
fileVersion: '2-11-1',
1111

1212
pkg: grunt.file.readJSON('package.json'),
1313

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ The Active CSS installation instructions are [on the website](https://activecss.
4545
If you are looking for the core script to download, check out the [dist](https://github.com/Active-CSS/active-css/tree/master/dist) folder and then find the version(s) you need.
4646

4747
The production (live) version will look like this:<br>
48-
activecss-2-11-0.min.js
48+
activecss-2-11-1.min.js
4949

5050
The development (offline) version will look like this:<br>
51-
activecss-dev-2-11-0.min.js
51+
activecss-dev-2-11-1.min.js
5252

5353
There are also npm versions - links on the website.
5454

dist/v-2-11-1/activecss-2-11-1.min.js

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

0 commit comments

Comments
 (0)