We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f012710 commit 3c577d4Copy full SHA for 3c577d4
pubspec.yaml
@@ -1,10 +1,10 @@
1
name: pastebin
2
-description: A pure Dart Pastebin API Wrapper.
3
-version: 0.0.2
+description: A pure Dart Pastebin API Wrapper. Allows you to interact with all Pastebin API endpoints with ease.
+version: 1.0.0
4
homepage: https://github.com/dart-pacotes/pastebin.dart
5
6
environment:
7
- sdk: '>=2.12.0 <3.0.0'
+ sdk: ">=2.12.0 <3.0.0"
8
9
dependencies:
10
http: ^0.13.4
0 commit comments