Skip to content

Commit f0a85f0

Browse files
committed
Update scripts, add version to Project.toml
1 parent 4573ce9 commit f0a85f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ keywords = ["Characters"]
44
license = "MIT"
55
desc = "Basic functionality for Chr type"
66
authors = ["ScottPJones <[email protected]>"]
7+
version = "1.0.0"
78

89
[deps]
910
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

appveyor.yml

+1-1
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)