-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor - downgrade sdk + lint versions, close #1
- Loading branch information
1 parent
a23d8ec
commit 082df91
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
* Improvements | ||
|
||
## 0.0.20 | ||
|
||
* downgrade dep versions. | ||
|
||
## 0.0.17 | 0.0.18 | 0.0.19 | ||
|
||
* Automated tests. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: palestine_connection | ||
description: Lightweight internet connection test, lookup any provided domain. | ||
version: 0.0.19 | ||
version: 0.0.20 | ||
|
||
homepage: https://github.com/msayed-net/PalestineDevelopers | ||
|
||
environment: | ||
sdk: ">=2.15.0 <3.0.0" | ||
sdk: ">=2.12.0 <3.0.0" | ||
|
||
dev_dependencies: | ||
lint: ^1.8.1 | ||
lint: ^1.7.2 | ||
test: ^1.20.1 |