@egjs/flicking 4.13.1 → 4.13.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/flicking.js CHANGED
@@ -4,7 +4,7 @@ name: @egjs/flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking
7
- version: 4.13.1
7
+ version: 4.13.2-beta.1
8
8
  */
9
9
  (function (global, factory) {
10
10
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@egjs/component'), require('@egjs/axes'), require('@egjs/imready')) :
@@ -8196,7 +8196,7 @@ version: 4.13.1
8196
8196
  * Flicking.VERSION; // ex) 4.0.0
8197
8197
  * ```
8198
8198
  */
8199
- Flicking.VERSION = "4.13.1";
8199
+ Flicking.VERSION = "4.13.2-beta.1";
8200
8200
  return Flicking;
8201
8201
  }(Component);
8202
8202