Skip to content

Commit

Permalink
new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
KammererTob committed Jan 4, 2024
1 parent 6ce39a9 commit af75cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1
- Fixed dependency of `web_socket_channel` until this [issue](https://github.com/dart-lang/web_socket_channel/issues/307) is resolved/clarified

## 1.0.0
- Stable release
- Removed `StompConfig.SockJS` constructor in favor of `StompConfig.sockJS`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stomp_dart_client
homepage: https://github.com/blackhorse-one/stomp_dart
version: 1.0.0
version: 1.0.1
description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application.
environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down

0 comments on commit af75cc2

Please sign in to comment.