Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 57e81f4

Browse files
author
aFarkas
committed
2.3.0-beta
1 parent 144a860 commit 57e81f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "picturefill",
33
"repo": "scottjehl/picturefill",
44
"description": "A Polyfill for the HTML Picture Element (http://picture.responsiveimages.org/) that you can use today.",
5-
"version": "2.2.0",
5+
"version": "2.3.0-beta",
66
"main": "dist/picturefill.js",
77
"scripts": [
88
"dist/picturefill.js"

dist/picturefill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Picturefill - v2.2.0 - 2015-02-11
1+
/*! Picturefill - v2.3.0-beta - 2015-02-11
22
* http://scottjehl.github.io/picturefill
33
* Copyright (c) 2015 https://github.com/scottjehl/picturefill/blob/master/Authors.txt; Licensed MIT */
44
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */

dist/picturefill.min.js

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "picturefill",
33
"description": "A responsive image polyfill.",
4-
"version": "2.2.0",
4+
"version": "2.3.0-beta",
55
"repo": "https://github.com/scottjehl/picturefill.git",
66
"homepage": "https://scottjehl.github.io/picturefill/",
77
"bugs": "https://github.com/scottjehl/picturefill/issues",

picturefill.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Picturefill",
33
"title": "Picturefill",
44
"description": "A Polyfill for the HTML Picture Element (http://picture.responsiveimages.org/) that you can use today.",
5-
"version": "2.2.0",
5+
"version": "2.3.0-beta",
66
"homepage": "http://scottjehl.github.io/picturefill",
77
"author": {
88
"name": "https://github.com/scottjehl/picturefill/blob/master/Authors.txt",

0 commit comments

Comments
 (0)