@egjs/flicking 4.9.2 → 4.9.3-beta.0

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.9.2
7
+ version: 4.9.3-beta.0
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')) :
@@ -8673,7 +8673,7 @@ version: 4.9.2
8673
8673
  */
8674
8674
 
8675
8675
 
8676
- Flicking.VERSION = "4.9.2";
8676
+ Flicking.VERSION = "4.9.3-beta.0";
8677
8677
  return Flicking;
8678
8678
  }(Component);
8679
8679