Skip to content

Commit 6f713b4

Browse files
committed
Update scripts and Project.toml
1 parent 64b75f3 commit 6f713b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["ScottPJones <[email protected]>"]
44
keywords = ["Entities", "HTML"]
55
license = "MIT"
66
uuid = "7693890a-d069-55fe-a829-b4a6d304f0ee"
7+
version = "1.0.0"
78

89
[deps]
910
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
@@ -16,4 +17,4 @@ test = ["Test"]
1617

1718
[compat]
1819
julia = "^1.0.0"
19-
StrTables = "0.3.0, ≥ 1.0.0"
20+
StrTables = "≥ 1.0.0"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.1
4+
- julia_version: 1
55
- julia_version: latest
66

77
platform:

0 commit comments

Comments
 (0)