We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8081eb9 commit 5046c7dCopy full SHA for 5046c7d
android/build.gradle
@@ -1,5 +1,5 @@
1
group 'com.polidea.blemulator'
2
-version '1.2.0'
+version '1.2.1'
3
4
buildscript {
5
repositories {
ios/blemulator.podspec
@@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'blemulator'
6
- s.version = '1.2.0'
+ s.version = '1.2.1'
7
s.summary = 'A new flutter plugin project.'
8
s.description = <<-DESC
9
A new flutter plugin project.
pubspec.yaml
@@ -1,6 +1,6 @@
name: blemulator
description: Flutter plugin for simulating BLE peripherals on FlutterBleLib
-version: 1.2.0
+version: 1.2.1
homepage: https://github.com/Polidea/blemulator_flutter
environment:
0 commit comments