chore: bump version

pull/2544/head 0.3.1
Tienson Qin 2021-08-03 21:51:29 +08:00
parent 689330ceb3
commit 37833239c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Logseq",
"version": "0.3.0",
"version": "0.3.1",
"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.0")
(defonce version "0.3.1")