Sfoglia il codice sorgente

chore: bump version

Tienson Qin 3 anni fa
parent
commit
5b2ae552ae
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      resources/package.json
  2. 1 1
      src/main/frontend/version.cljs

+ 1 - 1
resources/package.json

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

+ 1 - 1
src/main/frontend/version.cljs

@@ -1,3 +1,3 @@
 (ns frontend.version)
 
-(defonce version "0.5.0")
+(defonce version "0.5.1")