Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.
/ liandi Public archive

Commit 3ca0bef

Browse files
committed
🔖 发布 v1.1.4
1 parent a574934 commit 3ca0bef

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGE_LOGS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.1.4 / 2020-08-24
2+
3+
* 完全重写
4+
* 支持块级引用和双向链接
5+
16
## v1.1.3 / 2020-07-30
27

38
### 引入特性

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liandi",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "链滴笔记",
55
"main": "./electron/main.js",
66
"scripts": {

kernel/model/conf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
var Mode = "dev"
3333

3434
const (
35-
Ver = "1.1.3"
35+
Ver = "1.1.4"
3636
ServerPort = "6806"
3737
UserAgent = "LianDi/v" + Ver
3838
)

0 commit comments

Comments
 (0)