@egjs/flicking 4.14.1-beta.3 → 4.14.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.14.1-beta.3
7
+ version: 4.14.1
8
8
  */
9
9
  'use strict';
10
10
 
@@ -8096,7 +8096,7 @@ var Flicking = /*#__PURE__*/function (_super) {
8096
8096
  * Flicking.VERSION; // ex) 4.0.0
8097
8097
  * ```
8098
8098
  */
8099
- Flicking.VERSION = "4.14.1-beta.3";
8099
+ Flicking.VERSION = "4.14.1";
8100
8100
  return Flicking;
8101
8101
  }(Component);
8102
8102