From 686583e57f4e1aa9ab4a50519d5aaeb5ded3318b Mon Sep 17 00:00:00 2001 From: vsevex Date: Tue, 3 Oct 2023 13:06:53 +0400 Subject: [PATCH] version `1.0.0-beta1` --- pubspec.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 73c8d71..8b00697 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: