Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 폴더로 이동
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading