1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00

Bump version

This commit is contained in:
Harvey Kandola 2018-06-07 14:23:39 +01:00
parent b34e41f65c
commit 2d2296591b
5 changed files with 783 additions and 683 deletions

View file

@ -24,10 +24,14 @@ Sound familiar? Read on.
Anyone who wants a single place for any kind of document. Anyone who wants a single place for any kind of document.
Anyone who wants to loop in external participants complete security. Anyone who wants to loop in external participants with complete security.
Anyone who wishes documentation and knowledge capture worked like agile software development. Anyone who wishes documentation and knowledge capture worked like agile software development.
Anyone who knows that nested folders fail miserably.
Anyone who wants to move on from wiki software.
## What's different about Documize? ## What's different about Documize?
Sane organization through personal, team and public spaces. Sane organization through personal, team and public spaces.
@ -70,8 +74,8 @@ Documize runs on the following:
Documize is built with the following technologies: Documize is built with the following technologies:
- EmberJS (v2.18.0) - EmberJS (v3.1.2)
- Go (v1.10.1) - Go (v1.10.2)
...and supports the following databases: ...and supports the following databases:
@ -107,7 +111,7 @@ We try to follow sound advice when writing commit messages:
https://chris.beams.io/posts/git-commit/ https://chris.beams.io/posts/git-commit/
## The legal bit at the end ## The legal bit
<https://documize.com> <https://documize.com>

View file

@ -41,8 +41,8 @@ func main() {
// product details // product details
rt.Product = env.ProdInfo{} rt.Product = env.ProdInfo{}
rt.Product.Major = "1" rt.Product.Major = "1"
rt.Product.Minor = "64" rt.Product.Minor = "65"
rt.Product.Patch = "4" rt.Product.Patch = "0"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch) rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = "Community" rt.Product.Edition = "Community"
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition) rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 KiB

After

Width:  |  Height:  |  Size: 266 KiB

Before After
Before After