From 1b1743a8e22049874ed98a72f0bc51fd2133b6bd Mon Sep 17 00:00:00 2001 From: Kai Sellgren Date: Thu, 27 Sep 2012 19:02:11 +0300 Subject: [PATCH] Modified pubspec. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 803bbf1..8c9c1d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ -name: dart_zip -version: 0.0.0 +name: zip +version: 0.1.0 description: A zip parser, reader and generator written in pure Dart. It is memory efficient, requiring the minimum amount of memory to, for example, extract files. author: Kai Sellgren homepage: http://github.com/kaisellgren/DartZip