Skip to content

Commit

Permalink
bump rum version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Sep 11, 2016
1 parent 31d53a0 commit c4cdedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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!")'
Expand Down

0 comments on commit c4cdedf

Please sign in to comment.