Skip to content

Commit

Permalink
Increment release version in pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
gurleensethi committed Nov 14, 2019
1 parent e3563dc commit 7532262
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.0"
version: "0.6.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
32 changes: 30 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.36.4"
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.10"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -116,6 +123,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.4"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -157,7 +171,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.7"
version: "1.1.8"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -207,6 +221,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -366,6 +387,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.15"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.5.0"
yaml:
dependency: transitive
description:
Expand All @@ -374,4 +402,4 @@ packages:
source: hosted
version: "2.2.0"
sdks:
dart: ">=2.2.2 <3.0.0"
dart: ">=2.4.0 <3.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sailor
description: Easily manage page navigation in Flutter apps. Add page transition animations, log navigation events.
version: 0.5.0
description: Easily manage page navigation/routing in Flutter apps. Add page transition animations, log navigation events.
version: 0.6.0
author: Gurleen Sethi <[email protected]>
homepage: https://www.github.com/gurleensethi/sailor

Expand Down

0 comments on commit 7532262

Please sign in to comment.