diff --git a/README.md b/README.md index faf1acbd..49e3b2f3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/edition/community.go b/edition/community.go index b5ac8dc0..ed5a1b11 100644 --- a/edition/community.go +++ b/edition/community.go @@ -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) diff --git a/gui/package.json b/gui/package.json index 88643779..976ce99c 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "documize", - "version": "2.0.0", + "version": "2.0.1", "description": "The Document IDE", "repository": "", "license": "AGPL",