diff --git a/dub.sdl b/dub.sdl index b345e56..5320f03 100644 --- a/dub.sdl +++ b/dub.sdl @@ -4,7 +4,7 @@ authors "Laszlo Szeremi" copyright "Copyright © 2018, Laszlo Szeremi" license "Boost" target "library" -dependency "bitleveld" version="0.1.0-alpha" +dependency "bitleveld" version="*" configuration "unittest"{ dependency "vfile" version="*" } diff --git a/dub.selections.json b/dub.selections.json index c5cb464..5da32b2 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,7 @@ { "fileVersion": 1, "versions": { - "bitleveld": "0.1.0-alpha", + "bitleveld": "0.1.0", "lzwford": "1.0.0", "vfile": "0.1.2" }