@egjs/flicking 4.12.0 → 4.12.1-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.
@@ -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.12.0
7
+ version: 4.12.1-beta.1
8
8
  */
9
9
  (function (global, factory) {
10
10
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -13052,7 +13052,7 @@ version: 4.12.0
13052
13052
  * Flicking.VERSION; // ex) 4.0.0
13053
13053
  * ```
13054
13054
  */
13055
- Flicking.VERSION = "4.12.0";
13055
+ Flicking.VERSION = "4.12.1-beta.1";
13056
13056
  return Flicking;
13057
13057
  }(Component);
13058
13058