Skip to content

Commit 5d33860

Browse files
committed
Bump version
1 parent d689cbc commit 5d33860

File tree

8 files changed

+4779
-4770
lines changed

8 files changed

+4779
-4770
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ testem.log
6868
# ember-try
6969
.node_modules.ember-try/
7070
bower.json.ember-try
71-
package.json.ember-try
71+
package.json.ember-try
72+
embed/bindata_assetfs.go

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Space view.
5858

5959
## Latest version
6060

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

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

6565
## OS support
6666

edition/community.go

Lines changed: 1 addition & 1 deletion
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 = "2"
45+
rt.Product.Patch = "3"
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 renamed to embed/bindata.go

Lines changed: 668 additions & 967 deletions
Large diffs are not rendered by default.

gui/app/styles/bootstrap.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,19 @@ $input-focus-border-color: $color-stroke;
7272
$input-btn-focus-width: .2rem;
7373
$input-btn-focus-color: rgba($color-primary, .25);
7474

75+
// form labels
76+
.form-group {
77+
> label {
78+
color: $color-dark;
79+
font-size: 1.2rem;
80+
font-weight: 500;
81+
}
82+
83+
> small {
84+
font-size: 1rem;
85+
}
86+
}
87+
7588
// links
7689
$link-color: $color-link;
7790
$link-decoration: none;

0 commit comments

Comments
 (0)