Skip to content

Commit 2afbe8c

Browse files
committed
Update scripts, add version to Project.toml
1 parent b73338f commit 2afbe8c

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 @@ authors = ["ScottPJones <[email protected]>"]
44
keywords = ["Strings", "Literals", "printf", "Format"]
55
license = "MIT"
66
uuid = "b5087856-efa9-5a6d-8e6f-97303a7af894"
7+
version = "1.0.0"
78

89
[deps]
910
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"

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)