From 6451413dd1e15aa9b13d18e6118170f136d87586 Mon Sep 17 00:00:00 2001 From: Patrick Mead Date: Fri, 10 May 2019 16:17:44 +0930 Subject: [PATCH] Bump version to v2.3.3 --- dist/pinch-zoom.umd.js | 2 +- package.json | 2 +- src/pinch-zoom.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/pinch-zoom.umd.js b/dist/pinch-zoom.umd.js index 3e723e1..02e1067 100644 --- a/dist/pinch-zoom.umd.js +++ b/dist/pinch-zoom.umd.js @@ -22,7 +22,7 @@ Copyright (c) Manuel Stofer 2013 - today Author: Manuel Stofer (mst@rtp.ch) - Version: 2.3.2 + Version: 2.3.3 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 4699346..e7f21ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinch-zoom-js", - "version": "2.3.2", + "version": "2.3.3", "description": "Browser library for multi-touch gestures to zoom and drag on any DOM element.", "author": "Manuel Stofer", "license": "MIT", diff --git a/src/pinch-zoom.js b/src/pinch-zoom.js index 20de53d..7f211bb 100644 --- a/src/pinch-zoom.js +++ b/src/pinch-zoom.js @@ -4,7 +4,7 @@ Copyright (c) Manuel Stofer 2013 - today Author: Manuel Stofer (mst@rtp.ch) - Version: 2.3.2 + Version: 2.3.3 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal