diff --git a/pixie.nimble b/pixie.nimble index 77575cd..e3352ae 100644 --- a/pixie.nimble +++ b/pixie.nimble @@ -1,4 +1,4 @@ -version = "0.0.10" +version = "0.0.11" author = "Andre von Houck and Ryan Oldenburg" description = "Full-featured 2d graphics library for Nim." license = "MIT" @@ -11,4 +11,4 @@ requires "chroma >= 0.2.1" requires "zippy >= 0.3.5" requires "flatty >= 0.1.3" requires "nimsimd >= 0.4.6" -requires "bumpy >= 0.2.0" +requires "bumpy >= 1.0.0"