Skip to content

Commit

Permalink
pub spec upgrade (#14)
Browse files Browse the repository at this point in the history
* pub spec upgrade

* Manup version update code.

Co-authored-by: sparmar <[email protected]>
  • Loading branch information
it-sam and sparmar authored Sep 23, 2020
1 parent 99730a8 commit b1bb2f9
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.2]
pub spec upgrade
Stop throwing reading file exception.
## [1.0.1]
Add capability to store and retrieve man up config.
## [1.0.0]
Expand Down
57 changes: 46 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
ffi:
dependency: transitive
description:
name: ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -78,14 +85,14 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.0"
version: "0.12.2"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
version: "3.1.4"
intl:
dependency: transitive
description:
Expand Down Expand Up @@ -113,14 +120,14 @@ packages:
name: mockito
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.1.1"
package_info:
dependency: "direct main"
description:
name: package_info
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.2"
version: "0.4.3"
path:
dependency: transitive
description:
Expand All @@ -134,7 +141,7 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.11"
version: "1.6.17"
path_provider_linux:
dependency: transitive
description:
Expand All @@ -148,14 +155,28 @@ packages:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+3"
version: "0.0.4+4"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+1"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -190,7 +211,7 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.2"
version: "1.4.4"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -251,7 +272,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "5.5.0"
version: "5.7.0"
url_launcher_linux:
dependency: transitive
description:
Expand All @@ -265,28 +286,42 @@ packages:
name: url_launcher_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+7"
version: "0.0.1+8"
url_launcher_platform_interface:
dependency: transitive
description:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.7"
version: "1.0.8"
url_launcher_web:
dependency: transitive
description:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "0.1.3+2"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+1"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
win32:
dependency: transitive
description:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.3"
xdg_directories:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: manup
description: Mandatory update for Flutter Apps.
version: 1.0.1
version: 1.0.2
homepage: https://github.com/NextFaze/flutter_manup

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
package_info: ^0.3.2
package_info: ^0.4.3
pub_semver: ^1.4.2
http: ^0.12.0
meta: ^1.1.8
Expand Down

0 comments on commit b1bb2f9

Please sign in to comment.