We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc38a4 commit 77152bfCopy full SHA for 77152bf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [1.1.2](https://github.com/intellum/neeman/releases/tag/1.1.2)
2
+#### Updated
3
+- `createNewWebViewController(url: URL)` now includes the URL as a parameter which needs to be set on the view controller.
4
+
5
## [1.1.1](https://github.com/intellum/neeman/releases/tag/1.1.1)
6
#### Updated
7
- Remove the NeemanSettings.
Neeman.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Neeman"
- s.version = "1.1.1"
+ s.version = "1.1.2"
s.summary = "A framework for easily creating a hybrid app from a mobile friendly web app."
s.description = <<-DESC
0 commit comments