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

Commit

Permalink
Bump up to v1.2.1 following iOS database update.
Browse files Browse the repository at this point in the history
  • Loading branch information
j0j00 committed Oct 10, 2019
1 parent 2b9829e commit 9583c72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# flutter_user_agent version history

## 1.2.1

* iOS user-agent database update. Specifically the iPhone XS, XR and 11 variants (thanks [@pravinarr](https://github.com/pravinarr)!)

## 1.2.0

* iOS deprecation API change.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'io.jojodev.flutter.flutteruseragent'
version '1.2.0-SNAPSHOT'
version '1.2.1-SNAPSHOT'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_user_agent.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'flutter_user_agent'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'Retrieve user-agent properties.'
s.description = <<-DESC
Retrieve user-agent properties
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_user_agent
description: Retrieve device and webview user agent strings for Android and iOS devices.

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

Expand Down

0 comments on commit 9583c72

Please sign in to comment.