Skip to content

Commit 07dc60f

Browse files
author
idomusha
committed
update version
1 parent e58cb4a commit 07dc60f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threshold",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"homepage": "https://github.com/idomusha/threshold",
55
"repository": {
66
"type": "git",

dist/threshold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ window.matchMedia || (window.matchMedia = function() {
5454
}());
5555

5656
/*
57-
* threshold - v0.3.2
57+
* threshold - v1.1.0
5858
* manages page width change
5959
* https://github.com/idomusha/threshold
6060
*

dist/threshold.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threshold",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "manages window width changes",
55
"keywords": [
66
"media-queries",

src/js/threshold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* threshold - v0.3.2
2+
* threshold - v1.1.0
33
* manages page width change
44
* https://github.com/idomusha/threshold
55
*

0 commit comments

Comments
 (0)