Skip to content

Commit

Permalink
version 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsevex committed Oct 3, 2023
1 parent 89091e4 commit 686583e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: connecta
description: A starting point for Dart libraries or applications.
description: Simplify and streamline socket communication in Dart applications
version: 1.0.0-beta1
topics: [network, tls, tcp, wrapper]
repository: https://github.com/vsevex/connecta

environment:
sdk: ^3.1.2
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
lint: ^2.1.2
test: ^1.21.0

platforms:
android:
ios:
linux:
web:
windows:

0 comments on commit 686583e

Please sign in to comment.