Skip to content

Commit

Permalink
Update lime version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo.gabriel committed Dec 5, 2022
1 parent b765dda commit 53c9684
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
44 changes: 24 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,71 @@
## 0.0.19

- Updated lime

## 0.0.18

* Updated lime
* Added onConnectionDone Listener
- Updated lime
- Added onConnectionDone Listener

## 0.0.17

* Updated lime
- Updated lime

## 0.0.16

* Updated lime
- Updated lime

## 0.0.15

* Updated lime
- Updated lime

## 0.0.14

* Updated lime
- Updated lime

## 0.0.13

* Updated lime
- Updated lime

## 0.0.12

* Fix Client => filterListener
- Fix Client => filterListener

## 0.0.10

* Updated lime package version
* Fix to use timeout reason code in send command
- Updated lime package version
- Fix to use timeout reason code in send command

## 0.0.9

* Updated lime package version
* Removed ClientError and used LimeException instead
- Updated lime package version
- Removed ClientError and used LimeException instead

## 0.0.8

* Exported ClientError class
- Exported ClientError class

## 0.0.7

* Created new get for closing property (client.dart)
* Lime version upgrade
- Created new get for closing property (client.dart)
- Lime version upgrade

## 0.0.5

* Added timeout/status info to command and update lime version
- Added timeout/status info to command and update lime version

## 0.0.4

* Readme fix
- Readme fix

## 0.0.3

* Updated Lime version
- Updated Lime version

## 0.0.2

* Fixes for pub points
- Fixes for pub points

## 0.0.1

* Created project structure
- Created project structure
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
name: lime
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.17"
version: "0.0.18"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blip_sdk
description: A simple SDK built for BLiP using Flutter/Dart
version: 0.0.18
version: 0.0.19
homepage: https://github.com/takenet/blip-sdk-dart#readme
repository: https://github.com/takenet/blip-sdk-dart

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
lime: ^0.0.17
lime: ^0.0.18

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 53c9684

Please sign in to comment.