Skip to content

Commit

Permalink
Release 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett committed Dec 17, 2023
1 parent 2a6980d commit 62180ae
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 103 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 10.0.1
Issue 500

# 10.0.0
Issue 465 - Dart 3
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mqtt_client
description: A server and browser based MQTT client for Dart supporting normal, secure sockets and websockets.
version: 10.0.0
version: 10.0.1
repository: https://github.com/shamblett/mqtt_client
homepage: https://github.com/shamblett/mqtt_client

Expand All @@ -18,14 +18,14 @@ dependencies:
meta: '^1.9.1'

dev_dependencies:
test: '^1.24.3'
test: '^1.25.0'
lints: '^3.0.0'
build_runner: '^2.4.4'
build_test: '^2.1.7'
build_test: '^2.2.2'
build_web_compilers: '^4.0.3'
http: '^0.13.6'
sigv4: '^5.0.0'
mocktail: '^1.0.1'
mocktail: '^1.0.2'

false_secrets:
- /test/pem/self_signed.key
Expand Down
Loading

0 comments on commit 62180ae

Please sign in to comment.