Skip to content

Commit 0b139c8

Browse files
committed
Bump version
1 parent 5a48047 commit 0b139c8

File tree

5 files changed

+685
-685
lines changed

5 files changed

+685
-685
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.65.0](https://github.com/documize/community/releases)
61+
[Community edition: v1.65.1](https://github.com/documize/community/releases)
6262

63-
[Enterprise edition: v1.67.0](https://documize.com/downloads)
63+
[Enterprise edition: v1.67.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 = "65"
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_assetfs.go

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

gui/app/styles/view/customize.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@
134134
}
135135
}
136136

137-
> .smtp-failure {
137+
> .smtp-failure, .admin-setting-failure {
138138
font-size: 1.2rem;
139139
font-weight: bold;
140140
color: $color-red;
141141
}
142142

143-
> .smtp-success {
143+
> .smtp-success, .admin-setting-success {
144144
font-size: 1.2rem;
145145
font-weight: bold;
146146
color: $color-green;

gui/package.json

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

0 commit comments

Comments
 (0)