Skip to content

Commit b26c81b

Browse files
committed
Release version 1.1.0.
1 parent 4692103 commit b26c81b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## [1.0.0](https://github.com/intellum/neeman/releases/tag/0.5.0)
1+
## [1.1.0](https://github.com/intellum/neeman/releases/tag/1.1.0)
2+
#### Updated
3+
- Improved the pull to refresh bahaviour with the iOS 11 navigation bar.
4+
- Improved network activity handling for UI testing.
5+
- Added "Mobile/" to the user agent. I found a javascript library that, however ill-advised, was assuming the existance of this to detect iOS.
6+
7+
## [1.0.0](https://github.com/intellum/neeman/releases/tag/1.0.0)
28
#### Updated
39
- Now using Swift 4
410
- Improved network activity handling.

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.0.0"
3+
s.version = "1.1.0"
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)