Skip to content

Commit

Permalink
Merge pull request #36 from JuliaRegistries/register/ApplicationBuild…
Browse files Browse the repository at this point in the history
…er/v0.4.0

Register ApplicationBuilder: 0.4.0
  • Loading branch information
StefanKarpinski committed Apr 16, 2019
2 parents d721614 + 4cf39c6 commit 93d7451
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions A/ApplicationBuilder/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ PackageCompiler = "0.1-0.6"

["0.3"]
julia = "0.7-1.3"

["0.4"]
julia = "1.0.0-1"
9 changes: 7 additions & 2 deletions A/ApplicationBuilder/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
["0.2"]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

["0.2-0.3"]
["0.2-0.4"]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"

["0.3"]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0.3-0.4"]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

["0.4"]
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
3 changes: 2 additions & 1 deletion A/ApplicationBuilder/Package.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
authors = ["Nathan Daly <nhdaly@gmail.com>", "Ranjan Anantharaman <benditlikeranjan@gmail.com>"]
name = "ApplicationBuilder"
uuid = "f9309374-59cc-5ff5-a120-e3e470a57b4a"
repo = "https://github.com/NHDaly/ApplicationBuilder.jl.git"
uuid = "f9309374-59cc-5ff5-a120-e3e470a57b4a"
3 changes: 3 additions & 0 deletions A/ApplicationBuilder/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ git-tree-sha1 = "7b6515a51bc1ea359c730abd75b684440be2c877"

["0.3.1"]
git-tree-sha1 = "06a698adf40fb01d953ad2ebf9797282e0b43533"

["0.4.0"]
git-tree-sha1 = "866b34418eda1a2e4f3676e4b23ece997a717d18"

0 comments on commit 93d7451

Please sign in to comment.