Skip to content

Commit 95eb8f9

Browse files
committed
Update versions
1 parent 0ca105f commit 95eb8f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["ScottPJones <scottjones@alum.mit.edu>"]
44
keywords = ["Strings", "Literals", "printf", "Format"]
55
license = "MIT"
66
uuid = "a5a47323-cf2a-443b-a747-99a2b29c4966"
7-
version = "0.1.2"
7+
version = "0.1.3"
88

99
[deps]
1010
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

REQUIRE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.6
2-
ModuleInterfaceTools 0.1.5
2+
ModuleInterfaceTools 0.1.6
33
Format 0.7.0
4-
StrLiterals 0.1.4
4+
StrLiterals 0.1.5

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ platform:
1313
## (tests will run but not make your overall status red)
1414
matrix:
1515
allow_failures:
16-
- julia_version: 1.0
16+
# - julia_version: 1.0
1717
- julia_version: latest
1818

1919
branches:

0 commit comments

Comments
 (0)