diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c269344..2b8ee976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.1+1 +- Fix README.md + + ## 1.4.1 ### Fix - [iOS] Fix `NSRangeException` when logo is not removed on iOS ([Fix #341](https://github.com/note11g/flutter_naver_map/issues/341)) diff --git a/README.md b/README.md index a83a2a17..81020d52 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Widget build(BuildContext context) { - **`1.2.3` 이상 버전으로 업데이트하시면, 다음 과정을 한번 수행해주셔야 합니다.** - (`1.3.0` -> `1.3.1`, `1.3.1` -> `1.4.0` 포함) + (`1.3.0` -> `1.3.1`, `1.3.1` -> `1.4.0`, `1.4.0` -> `1.4.1` 포함) ```shell cd ios # 프로젝트의 ios 폴더로 이동 diff --git a/example/pubspec.lock b/example/pubspec.lock index 2641b8a5..58b4e866 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -143,7 +143,7 @@ packages: path: ".." relative: true source: path - version: "1.4.1" + version: "1.4.1+1" flutter_styled_toast: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 96c271cd..45124589 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_naver_map description: Naver Map plugin for Flutter, which provides map service of Korea. -version: 1.4.1 +version: 1.4.1+1 homepage: https://github.com/note11g/flutter_naver_map documentation: https://note11.dev/flutter_naver_map