Skip to content

Commit b34ab69

Browse files
committed
Update scripts and Project.toml
1 parent a955615 commit b34ab69

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", "LaTeX"]
44
license = "MIT"
55
name = "LaTeX_Entities"
66
uuid = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
7+
version = "1.0.0"
78

89
[deps]
910
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
@@ -18,4 +19,4 @@ test = ["Test"]
1819

1920
[compat]
2021
julia = "^1.0.0"
21-
StrTables = "0.3.0, ≥ 1.0.0"
22+
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)