Skip to content

Commit 2a64b66

Browse files
author
Kamil Klyta
committed
release 0.7.0
1 parent 52a1a0a commit 2a64b66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.0-dev.6
1+
## 0.7.0
22

33
### BREAKING CHANGES
44

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,4 @@ packages:
386386
source: hosted
387387
version: "3.1.1"
388388
sdks:
389-
dart: ">=2.19.4 <4.0.0"
389+
dart: ">=2.19.4 <3.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rps
22
description: rps (Run Pubspec Script) allows you to define and run scripts from pubspec.yaml.
3-
version: 0.7.0-dev.6
3+
version: 0.7.0
44
repository: https://github.com/gonuit/rps
55
homepage: https://github.com/gonuit/rps
66
issue_tracker: https://github.com/gonuit/rps/issues
@@ -9,7 +9,7 @@ executables:
99
rps:
1010

1111
environment:
12-
sdk: ">=2.19.4 <4.0.0"
12+
sdk: ">=2.19.4 <3.0.0"
1313

1414
dependencies:
1515
yaml: ^3.1.1

0 commit comments

Comments
 (0)