Skip to content

Commit

Permalink
Update README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit authored Feb 22, 2021
1 parent 42c003e commit 9a04e6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
sdk: [stable, beta, dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@main
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
- name: Install dependencies
Expand All @@ -154,7 +154,7 @@ jobs:
sdk: [2.9.0, 2.8.1]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@main
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
- name: Install dependencies
Expand All @@ -169,6 +169,9 @@ jobs:

# Version history

## v1.0
* Promoted to 1.0 stable.

## v0.5
* Fixed a Windows `pub global activate` path issue.

Expand Down

0 comments on commit 9a04e6d

Please # to comment.