Skip to content

Commit 77152bf

Browse files
committed
Bump the version to 1.1.2.
1 parent cbc38a4 commit 77152bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
## [1.1.1](https://github.com/intellum/neeman/releases/tag/1.1.1)
26
#### Updated
37
- Remove the NeemanSettings.

Neeman.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Neeman"
3-
s.version = "1.1.1"
3+
s.version = "1.1.2"
44
s.summary = "A framework for easily creating a hybrid app from a mobile friendly web app."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)