Skip to content

Commit

Permalink
expose cw_spot type
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Beegan committed Apr 17, 2024
1 parent 24932e7 commit 0a3cd8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@

## 1.0.4

- fix small formatting issues
- fix small formatting issues

## 1.0.5

- expose cw_spot type
1 change: 1 addition & 0 deletions lib/reverse_beacon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export 'package:reverse_beacon/src/mode.dart';
export 'package:reverse_beacon/src/spot.dart';
export 'package:reverse_beacon/src/spot_type.dart';
export 'package:reverse_beacon/src/digi_spot.dart';
export 'package:reverse_beacon/src/cw_spot.dart';
export 'package:reverse_beacon/src/core/utilities.dart';
export 'package:reverse_beacon/src/core/validators.dart';
export 'package:reverse_beacon/src/reverse_beacon_base.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reverse_beacon
description: transforms the reverse beacon telnet CW and DIGI servers into a controllable stream
version: 1.0.4
version: 1.0.5
repository: https://github.com/N1BRI/reverse_beacon

environment:
Expand Down

0 comments on commit 0a3cd8b

Please sign in to comment.