Skip to content

Commit 8a30f36

Browse files
committed
Bump version
1 parent 6073b24 commit 8a30f36

File tree

4 files changed

+675
-675
lines changed

4 files changed

+675
-675
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Space view.
5858

5959
## Latest version
6060

61-
[Community edition: v1.69.0](https://github.com/documize/community/releases)
61+
[Community edition: v1.69.1](https://github.com/documize/community/releases)
6262

63-
[Enterprise edition: v1.71.0](https://documize.com/downloads)
63+
[Enterprise edition: v1.71.1](https://documize.com/downloads)
6464

6565
## OS support
6666

edition/community.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242
rt.Product = env.ProdInfo{}
4343
rt.Product.Major = "1"
4444
rt.Product.Minor = "69"
45-
rt.Product.Patch = "0"
45+
rt.Product.Patch = "1"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = "Community"
4848
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)

embed/bindata.go

+671-671
Large diffs are not rendered by default.

gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documize",
3-
"version": "1.69.0",
3+
"version": "1.69.1",
44
"description": "The Document IDE",
55
"private": true,
66
"repository": "",

0 commit comments

Comments
 (0)