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

Commit

Permalink
2.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Feb 11, 2015
1 parent 144a860 commit 57e81f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "picturefill",
"repo": "scottjehl/picturefill",
"description": "A Polyfill for the HTML Picture Element (http://picture.responsiveimages.org/) that you can use today.",
"version": "2.2.0",
"version": "2.3.0-beta",
"main": "dist/picturefill.js",
"scripts": [
"dist/picturefill.js"
Expand Down
2 changes: 1 addition & 1 deletion dist/picturefill.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Picturefill - v2.2.0 - 2015-02-11
/*! Picturefill - v2.3.0-beta - 2015-02-11
* http://scottjehl.github.io/picturefill
* Copyright (c) 2015 https://github.com/scottjehl/picturefill/blob/master/Authors.txt; Licensed MIT */
/*! 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 */
Expand Down
2 changes: 1 addition & 1 deletion dist/picturefill.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "picturefill",
"description": "A responsive image polyfill.",
"version": "2.2.0",
"version": "2.3.0-beta",
"repo": "https://github.com/scottjehl/picturefill.git",
"homepage": "https://scottjehl.github.io/picturefill/",
"bugs": "https://github.com/scottjehl/picturefill/issues",
Expand Down
2 changes: 1 addition & 1 deletion picturefill.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Picturefill",
"title": "Picturefill",
"description": "A Polyfill for the HTML Picture Element (http://picture.responsiveimages.org/) that you can use today.",
"version": "2.2.0",
"version": "2.3.0-beta",
"homepage": "http://scottjehl.github.io/picturefill",
"author": {
"name": "https://github.com/scottjehl/picturefill/blob/master/Authors.txt",
Expand Down

0 comments on commit 57e81f4

Please sign in to comment.