@egjs/flicking 4.11.2-beta.0 → 4.11.2

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.11.2-beta.0
7
+ version: 4.11.2
8
8
  */
9
9
  'use strict';
10
10
 
@@ -7824,7 +7824,7 @@ var Flicking = /*#__PURE__*/function (_super) {
7824
7824
  * Flicking.VERSION; // ex) 4.0.0
7825
7825
  * ```
7826
7826
  */
7827
- Flicking.VERSION = "4.11.2-beta.0";
7827
+ Flicking.VERSION = "4.11.2";
7828
7828
  return Flicking;
7829
7829
  }(Component);
7830
7830