Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
change version name
Browse files Browse the repository at this point in the history
5.2.0-snapshot
  • Loading branch information
sculove committed Jan 3, 2017
1 parent bd0fd7f commit 60ed6f8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build/iscroll-infinite.js
@@ -1,4 +1,4 @@
/*! iScroll v5.2.0 ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.2.0-snapshot ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
(function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -416,7 +416,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.2.0',
version: '5.2.0-snapshot',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions build/iscroll-lite.js
@@ -1,4 +1,4 @@
/*! iScroll v5.2.0 ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.2.0-snapshot ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
(function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -399,7 +399,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.2.0',
version: '5.2.0-snapshot',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions build/iscroll-probe.js
@@ -1,4 +1,4 @@
/*! iScroll v5.2.0 ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.2.0-snapshot ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
(function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -414,7 +414,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.2.0',
version: '5.2.0-snapshot',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions build/iscroll-zoom.js
@@ -1,4 +1,4 @@
/*! iScroll v5.2.0 ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.2.0-snapshot ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
(function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -416,7 +416,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.2.0',
version: '5.2.0-snapshot',

_init: function () {
this._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions build/iscroll.js
@@ -1,4 +1,4 @@
/*! iScroll v5.2.0 ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
/*! iScroll v5.2.0-snapshot ~ (c) 2008-2017 Matteo Spinelli ~ http://cubiq.org/license */
(function (window, document, Math) {
var rAF = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
Expand Down Expand Up @@ -411,7 +411,7 @@ function IScroll (el, options) {
}

IScroll.prototype = {
version: '5.2.0',
version: '5.2.0-snapshot',

_init: function () {
this._initEvents();
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "iscroll",
"description": "Smooth scrolling for the web",
"version": "5.2.0",
"version": "5.2.0-snapshot",
"homepage": "http://iscrolljs.com",
"author": "Matteo Spinelli <matteo@cubiq.org> (http://cubiq.org)",
"keywords": [
Expand Down

0 comments on commit 60ed6f8

Please sign in to comment.