From c4cdedf6454e56108ea705666dfd6eadd613056b Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 11 Sep 2016 14:28:12 +0200 Subject: [PATCH] bump rum version to 0.9.1 --- re-natal.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re-natal.coffee b/re-natal.coffee index 1b13345..91dfca9 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -76,7 +76,7 @@ interfaceConf = android: ["core.cljs"] common: [] other: [["sablono_compiler.clj","sablono/compiler.clj"],["support.cljs","re_natal/support.cljs"]] - deps: ['[rum "0.8.3" :exclusions [cljsjs/react cljsjs/react-dom sablono]]'] + deps: ['[rum "0.9.1" :exclusions [cljsjs/react cljsjs/react-dom sablono]]'] shims: ["cljsjs.react", "cljsjs.react.dom", "sablono.core"] sampleCommandNs: '(in-ns \'$PROJECT_NAME_HYPHENATED$.ios.core)' sampleCommand: '(swap! app-state assoc :greeting "Hello Clojure in iOS and Android with Rum!")'