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

Commit

Permalink
Minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gcollazo committed Jul 24, 2015
1 parent e92e895 commit 20c1a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filepreviews",
"version": "2.0.2",
"version": "2.0.3",
"main": "dist/filepreviews.js",
"authors": [
"Giovanni Collazo <hello@gcollazo.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/filepreviews.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** filepreviews 2.0.1 **/
/** filepreviews 2.0.3 **/
;(function () {

var object = typeof exports != 'undefined' ? exports : this; // #8: web workers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filepreviews",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "Client library for FilePreviews.io - Generate image previews and metadata from almost any kind of file",
"main": "./src/index.js",
Expand Down

0 comments on commit 20c1a0a

Please sign in to comment.