mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
Bump version
This commit is contained in:
parent
c69020f1e6
commit
f5bdbb49d0
3 changed files with 6 additions and 6 deletions
|
@ -54,9 +54,9 @@ Integrations for embedding SaaS data within documents, zero add-on/marketplace f
|
|||
|
||||
## Latest Release
|
||||
|
||||
[Community Edition: v2.0.0](https://github.com/documize/community/releases)
|
||||
[Community Edition: v2.0.1](https://github.com/documize/community/releases)
|
||||
|
||||
[Enterprise Edition: v2.0.0](https://documize.com/downloads)
|
||||
[Enterprise Edition: v2.0.1](https://documize.com/downloads)
|
||||
|
||||
## OS support
|
||||
|
||||
|
@ -96,7 +96,7 @@ Documize supports the following (evergreen) browsers:
|
|||
Documize is built with the following technologies:
|
||||
|
||||
- EmberJS (v3.5.1)
|
||||
- Go (v1.11.4)
|
||||
- Go (v1.11.5)
|
||||
|
||||
## Authentication Options
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@ func main() {
|
|||
rt.Product = domain.Product{}
|
||||
rt.Product.Major = "2"
|
||||
rt.Product.Minor = "0"
|
||||
rt.Product.Patch = "0"
|
||||
rt.Product.Revision = 190118224118
|
||||
rt.Product.Patch = "1"
|
||||
rt.Product.Revision = 190124134831
|
||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||
rt.Product.Edition = domain.CommunityEdition
|
||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "The Document IDE",
|
||||
"repository": "",
|
||||
"license": "AGPL",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue