Skip to content

Commit

Permalink
Merge pull request #20 from ipanardian/development
Browse files Browse the repository at this point in the history
Update to jquery v3
  • Loading branch information
ipanardian authored Dec 1, 2016
2 parents 2bdc711 + b67974c commit e9217de
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# jQuery Image Reader
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/ipanardian/jquery-image-reader/issues)
[![Join the chat at https://gitter.im/ipanardian/jquery-image-reader](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ipanardian/jquery-image-reader)
[![Release](https://img.shields.io/badge/release-v1.0.0-orange.svg)](https://github.com/ipanardian/jquery-image-reader/releases)
[![Dependencies](https://img.shields.io/badge/dependencies-jQuery%202.x-blue.svg)](https://jquery.com/)
[![Release](https://img.shields.io/badge/release-v1.1.0-orange.svg)](https://github.com/ipanardian/jquery-image-reader/releases)
[![Dependencies](https://img.shields.io/badge/dependencies-jQuery%203.x-blue.svg)](https://jquery.com/)
[![GitHub license](https://img.shields.io/badge/license-MIT-red.svg)](https://raw.githubusercontent.com/ipanardian/jquery-image-reader/master/LICENSE)
[![npm](https://img.shields.io/npm/dt/jquery-image-reader.svg)]()

Expand Down
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 class="project-tagline">A jQuery plugin that previews image very fast withou
<div id="image-preview"></div>
</div>

<script src="jquery-2.2.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="../jquery.imagereader-1.0.0.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(document).ready(function(){
Expand Down
4 changes: 0 additions & 4 deletions example/jquery-2.2.2.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 2016 Ipan Ardian
*/

const VERSION = '1.0.0'
const VERSION = '1.1.0'

var gulp = require('gulp'),
uglify = require('gulp-uglify'),
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-image-reader",
"version": "1.0.0",
"version": "1.1.0",
"description": "A jQuery plugin that previews image very fast without needing to upload to your server.",
"main": "gulpfile.js",
"directories": {
Expand Down

0 comments on commit e9217de

Please sign in to comment.