From 75aae970153153116728d863f9ce3a8dea34a149 Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Sun, 25 Oct 2015 21:27:33 +0100 Subject: [PATCH] 0.3.2 - The command line tool is now called `diffux` (62988a0) - No more soft-dependency on React (7f45c08) - `fdefine` now works on multiple examples (09007b) - Improved output while running the command (e7628e2) - Less window resizing while rendering examples (improves performance! 7bc2839) --- lib/diffux_ci_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diffux_ci_version.rb b/lib/diffux_ci_version.rb index 9496421..01a8019 100644 --- a/lib/diffux_ci_version.rb +++ b/lib/diffux_ci_version.rb @@ -1,4 +1,4 @@ # Defines the gem version. module DiffuxCI - VERSION = '0.3.1' + VERSION = '0.3.2' end