chore: bump version

pull/1347/head
Tienson Qin 2021-02-20 21:17:06 +08:00
parent 74f40e0f8f
commit 1000b72a66
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
(when-not (= repo config/local-repo)
(if (and nfs-repo? (nfs-handler/supported?))
(let [syncing? (state/sub :graph/syncing?)]
[:div.ml-2.mr-1.opacity-70.hover:opacity-100 {:class (if syncing? "loader" "initial")}
[:div.ml-2.mr-1.opacity-70.hover:opacity-100.refresh {:class (if syncing? "loader" "initial")}
[:a
{:on-click #(nfs-handler/refresh! repo
repo-handler/create-today-journal!)

View File

@ -1,3 +1,3 @@
(ns frontend.version)
(defonce version "0.0.8")
(defonce version "0.0.9")