Skip to content

Commit

Permalink
Release 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett committed Dec 13, 2024
1 parent 14a7019 commit bb9a276
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 140 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# 9.1.0
PR's 200, 201, 202, 203

# 9.0.7
Issue 198

Expand Down
2 changes: 1 addition & 1 deletion lib/coap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright : S.Hamblett
*/

library coap;
library;

export 'package:dtls2/dtls2.dart'
show Certificate, PemCertificate, DerCertificate;
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: coap
description: A CoAP library for Dart. A full implementation of an IPV4/6 CoAP client
version: 9.0.7
version: 9.1.0
homepage: https://github.com/shamblett/coap
repository: https://github.com/shamblett/coap

Expand All @@ -25,7 +25,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.12
lints: ^4.0.0
lints: ^5.1.0
test: ^1.25.8

topics:
Expand Down
Loading

0 comments on commit bb9a276

Please sign in to comment.