Skip to content

Commit

Permalink
bump botway_dart to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jul 3, 2022
1 parent ae69820 commit 047618c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/botway_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

- Fix some issues

## 0.1.0

- Initial version.
7 changes: 7 additions & 0 deletions packages/botway_dart/examples/example.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import "package:botway_dart/botway_dart.dart";

void main() {
var bot = Botway();

print(bot.Get_Token());
}
4 changes: 3 additions & 1 deletion packages/botway_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: botway_dart
description: Dart client package for Botway.
description: |
Dart client package for Botway.
After creating a new dart botway project, you need to use your tokens to connect with your bot.
version: 0.1.1
homepage: https://github.com/abdfnx/botway

Expand Down

0 comments on commit 047618c

Please sign in to comment.