mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
Bump version
This commit is contained in:
parent
b34e41f65c
commit
2d2296591b
5 changed files with 783 additions and 683 deletions
12
README.md
12
README.md
|
@ -24,10 +24,14 @@ Sound familiar? Read on.
|
|||
|
||||
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 knows that nested folders fail miserably.
|
||||
|
||||
Anyone who wants to move on from wiki software.
|
||||
|
||||
## What's different about Documize?
|
||||
|
||||
Sane organization through personal, team and public spaces.
|
||||
|
@ -70,8 +74,8 @@ Documize runs on the following:
|
|||
|
||||
Documize is built with the following technologies:
|
||||
|
||||
- EmberJS (v2.18.0)
|
||||
- Go (v1.10.1)
|
||||
- EmberJS (v3.1.2)
|
||||
- Go (v1.10.2)
|
||||
|
||||
...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/
|
||||
|
||||
## The legal bit at the end
|
||||
## The legal bit
|
||||
|
||||
<https://documize.com>
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@ func main() {
|
|||
// product details
|
||||
rt.Product = env.ProdInfo{}
|
||||
rt.Product.Major = "1"
|
||||
rt.Product.Minor = "64"
|
||||
rt.Product.Patch = "4"
|
||||
rt.Product.Minor = "65"
|
||||
rt.Product.Patch = "0"
|
||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||
rt.Product.Edition = "Community"
|
||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
screenshot-1.png
BIN
screenshot-1.png
Binary file not shown.
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 201 KiB |
BIN
screenshot-2.png
BIN
screenshot-2.png
Binary file not shown.
Before Width: | Height: | Size: 369 KiB After Width: | Height: | Size: 266 KiB |
Loading…
Add table
Add a link
Reference in a new issue