bump rum version to 0.9.1

This commit is contained in:
Artur Girenko 2016-09-11 14:28:12 +02:00
parent 31d53a09c7
commit c4cdedf645
1 changed files with 1 additions and 1 deletions

View File

@ -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!")'