Skip to content

Commit 470fc2e

Browse files
committed
chore(CHANGELOG): update for v0.5.3
1 parent 37bd922 commit 470fc2e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [0.5.3](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.2...v0.5.3) (2022-03-18)
2+
3+
4+
### 📚 Documentation
5+
6+
* **README:** add limitations ([9133edc](https://github.com/DartBuild/cocoapods-embed-flutter/commit/9133edc006973892b2e55ef13a30f6ae8e8b7ad4))
7+
18
### [0.5.2](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.1...v0.5.2) (2022-03-12)
29

310

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-embed-flutter (0.5.2)
4+
cocoapods-embed-flutter (0.5.3)
55
cocoapods
66
fileutils
77
yaml

example/ios_app/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
cocoapods-embed-flutter (0.5.2)
4+
cocoapods-embed-flutter (0.5.3)
55
cocoapods
66
fileutils
77
yaml

lib/cocoapods-embed-flutter/gem_version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
module CocoapodsEmbedFlutter
55
# The version of the cocoapods-embed-flutter.
66
#
7-
VERSION = '0.5.2'.freeze
7+
VERSION = '0.5.3'.freeze
88
end

0 commit comments

Comments
 (0)