Skip to content

Commit 8e61ba8

Browse files
committed
Update scripts and Project.toml
1 parent 4f2e55a commit 8e61ba8

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 @@ keywords = ["Entities", "Unicode"]
44
license = "MIT"
55
name = "Unicode_Entities"
66
uuid = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
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)