From fbb81b4995c6ca77bf7fb334695201cd508411d4 Mon Sep 17 00:00:00 2001 From: Nathan Faubion Date: Mon, 10 Oct 2016 14:43:14 -0500 Subject: [PATCH] Version bumps --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 3e42bc4..be2bd5a 100644 --- a/bower.json +++ b/bower.json @@ -21,14 +21,14 @@ "package.json" ], "dependencies": { - "purescript-arrays": "^1.0.0", - "purescript-either": "^1.0.0", - "purescript-foldable-traversable": "^1.0.0", - "purescript-functions": "^1.0.0", - "purescript-integers": "^1.0.0", - "purescript-strings": "^1.0.0" + "purescript-arrays": "^3.0.0", + "purescript-either": "^2.0.0", + "purescript-foldable-traversable": "^2.0.0", + "purescript-functions": "^2.0.0", + "purescript-integers": "^2.0.0", + "purescript-strings": "^2.0.0" }, "devDependencies": { - "purescript-console": "^1.0.0" + "purescript-console": "^2.0.0" } }