Skip to content

Commit 5046c7d

Browse files
authored
Release 1.2.1 (#129)
1 parent 8081eb9 commit 5046c7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.polidea.blemulator'
2-
version '1.2.0'
2+
version '1.2.1'
33

44
buildscript {
55
repositories {

ios/blemulator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'blemulator'
6-
s.version = '1.2.0'
6+
s.version = '1.2.1'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: blemulator
22
description: Flutter plugin for simulating BLE peripherals on FlutterBleLib
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://github.com/Polidea/blemulator_flutter
55

66
environment:

0 commit comments

Comments
 (0)