Skip to content

Commit

Permalink
prepare pubspec.yaml for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepighetti committed Feb 15, 2019
1 parent 3306058 commit d7e612c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: binance
description: A new package project.
version: 0.0.1
author:
homepage:
description: A wrapper for Binance API with serialized data classes, futures, and streams.
version: 1.0.0
author: Luke Pighetti
homepage: http://github.com/lukepighetti/binance-dart

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
Expand All @@ -12,4 +12,4 @@ dependencies:
web_socket_channel: ^1.0.9

dev_dependencies:
test: ^1.5.1+1
test: ^1.5.1+1

0 comments on commit d7e612c

Please sign in to comment.