Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.3.0 #56

Merged
merged 9 commits into from
Mar 16, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump version no.
  • Loading branch information
i-like-robots committed Mar 16, 2015
commit 33387383dace1e82f551d1cd58620428e8f0a17d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ https://github.com/i-like-robots/EasyZoom/issues

## Versioning

The current version is `2.2.0`. Releases will be numbered in following format:
The current version is `2.3.0`. Releases will be numbered in following format:

`<major>.<minor>.<patch>`

Expand Down
6 changes: 3 additions & 3 deletions dist/easyzoom.js

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

2 changes: 1 addition & 1 deletion image-zoom.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-zoom",
"version": "2.2.1",
"version": "2.3.0",
"title": "EasyZoom, jQuery image zoom plugin",
"description": "EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic. EasyZoom supports touch-enabled devices and is easily customisable with CSS.",
"keywords": [
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": "EasyZoom",
"version": "2.2.1",
"version": "2.3.0",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.9.x",
Expand Down