Merge pull request #5 from kaendfinger/fix-t

Fix Typo in Version
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 0eb96c7..2821e27 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -43,7 +43,7 @@
     return a.compareTo(b);
   }
 
-  /// Like [proiritize], but lower version numbers are considered greater than
+  /// Like [prioritize], but lower version numbers are considered greater than
   /// higher version numbers.
   ///
   /// This still considers prerelease versions to be lower than non-prerelease
diff --git a/pubspec.yaml b/pubspec.yaml
index 3abc401..749bc44 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: pub_semver
-version: 1.1.0
+version: 1.1.1-dev
 author: Dart Team <misc@dartlang.org>
 description: >
  Versions and version constraints implementing pub's versioning policy. This