Skip to content

Commit

Permalink
update versions in at_secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaram-kalluri committed Jun 28, 2021
1 parent 46666ec commit 69b597b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
url: https://github.com/atsign-foundation/at_libraries.git
path: at_lookup
ref: trunk
version: ^2.0.0
version: ^2.0.1

#dependency_overrides:
# at_lookup:
Expand Down
6 changes: 3 additions & 3 deletions at_root/at_persistence_root_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_persistence_root_server
description: Implementation for root server related persistence.
version: 2.0.0
version: 2.0.1
repository: https://github.com/atsign-foundation/at_server
homepage: https://atsign.dev
documentation: https://atsign.dev/at_docs-dev_env/at_persistence_root_server/index.html
Expand All @@ -11,8 +11,8 @@ environment:

dependencies:
at_persistence_spec: ^2.0.0
at_utils: ^2.0.0
at_commons: ^2.0.0
at_utils: ^2.0.1
at_commons: ^2.0.1
redis:
git:
url: https://github.com/atsign-foundation/at_libraries.git
Expand Down
10 changes: 5 additions & 5 deletions at_root/at_root_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_root_server
description: Root server implementation.
version: 2.0.0-NULLSAFETY
version: 2.0.1-NULLSAFETY
repository: https://github.com/atsign-foundation/at_server
homepage: https://atsign.dev
publish_to: none
Expand All @@ -12,15 +12,15 @@ dependencies:
args: ^2.1.0
uuid: ^3.0.4
yaml: ^3.1.0
at_server_spec: ^2.0.0
at_server_spec: ^2.0.1
at_persistence_root_server:
git:
url: https://github.com/atsign-foundation/at_server.git
path: at_root/at_persistence_root_server
ref: trunk
version: ^2.0.0
at_utils: ^2.0.0
at_commons: ^2.0.0
version: ^2.0.1
at_utils: ^2.0.1
at_commons: ^2.0.1

dev_dependencies:
# Adding test_cov for generating the test coverage.
Expand Down
8 changes: 4 additions & 4 deletions at_secondary/at_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_secondary
description: Implementation of secondary server.
version: 2.0.0-NULLSAFETY
version: 2.0.1-NULLSAFETY
repository: https://github.com/atsign-foundation/at_server
homepage: https://www.example.com
publish_to: none
Expand All @@ -16,9 +16,9 @@ dependencies:
crypton: ^2.0.1
collection: ^1.15.0
basic_utils: ^3.0.2
at_persistence_secondary_server: ^2.0.0
at_lookup: ^2.0.0
at_server_spec: ^2.0.0
at_persistence_secondary_server: ^2.0.1
at_lookup: ^2.0.1
at_server_spec: ^2.0.1

dev_dependencies:
test: ^1.17.3
Expand Down

0 comments on commit 69b597b

Please sign in to comment.