Skip to content

Commit a7e5280

Browse files
committed
Bump version
1 parent 7428199 commit a7e5280

File tree

4 files changed

+671
-671
lines changed

4 files changed

+671
-671
lines changed

README.md

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

5959
## Latest Release
6060

61-
[Community Edition: v1.76.1](https://github.com/documize/community/releases)
61+
[Community Edition: v1.76.2](https://github.com/documize/community/releases)
6262

63-
[Enterprise Edition: v1.76.1](https://documize.com/downloads)
63+
[Enterprise Edition: v1.76.2](https://documize.com/downloads)
6464

6565
## OS support
6666

edition/community.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func main() {
4141
rt.Product = domain.Product{}
4242
rt.Product.Major = "1"
4343
rt.Product.Minor = "76"
44-
rt.Product.Patch = "1"
45-
rt.Product.Revision = 181116171324
44+
rt.Product.Patch = "2"
45+
rt.Product.Revision = 181121115333
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition
4848
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)

embed/bindata.go

+666-666
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.76.1",
3+
"version": "1.76.2",
44
"description": "The Document IDE",
55
"private": true,
66
"repository": "",

0 commit comments

Comments
 (0)