chore: bump version

pull/2679/head
Tienson Qin 2021-08-19 23:45:57 +08:00
parent 6b98baa78f
commit 9ebfdeef31
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Logseq",
"version": "0.3.3",
"version": "0.3.4",
"main": "electron.js",
"author": "Logseq",
"description": "A privacy-first, open-source platform for knowledge management and collaboration.",

View File

@ -1,3 +1,3 @@
(ns frontend.version)
(defonce version "0.3.3")
(defonce version "0.3.4")