From 59592726f2bc204cd5c8b5432213ceb0b383b2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=85=B8=ED=8A=B8?= Date: Wed, 30 Jul 2025 19:00:36 +0900 Subject: [PATCH 1/2] [Prepare Release] update README.md, version, CHANGELOG.md --- CHANGELOG.md | 3 +++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c269344..89708516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 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 From a433b13f47e4c4ede0c9944a41b5cafac1e907de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=85=B8=ED=8A=B8?= Date: Wed, 30 Jul 2025 19:02:06 +0900 Subject: [PATCH 2/2] [Prepare Release] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89708516..2b8ee976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +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))