Skip to content
This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Commit 9583c72

Browse files
committed
Bump up to v1.2.1 following iOS database update.
1 parent 2b9829e commit 9583c72

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# flutter_user_agent version history
22

3+
## 1.2.1
4+
5+
* iOS user-agent database update. Specifically the iPhone XS, XR and 11 variants (thanks [@pravinarr](https://github.com/pravinarr)!)
6+
37
## 1.2.0
48

59
* iOS deprecation API change.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.jojodev.flutter.flutteruseragent'
2-
version '1.2.0-SNAPSHOT'
2+
version '1.2.1-SNAPSHOT'
33

44
buildscript {
55
repositories {

ios/flutter_user_agent.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_user_agent'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.summary = 'Retrieve user-agent properties.'
55
s.description = <<-DESC
66
Retrieve user-agent properties

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_user_agent
22
description: Retrieve device and webview user agent strings for Android and iOS devices.
33

44
It also provides you with simple building blocks for generating your own user agent string.
5-
version: 1.2.0
5+
version: 1.2.1
66
author: j0j00 <[email protected]>
77
homepage: https://github.com/j0j00/flutter_user_agent
88

0 commit comments

Comments
 (0)