mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Bump version and update NOTICES
This commit is contained in:
parent
b5a5cfd697
commit
fa383a58ff
6 changed files with 746 additions and 746 deletions
|
@ -2515,7 +2515,7 @@ https:///github.com/trivago/tgo
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
https://github.com/denisenkom/go-mssq
|
https://github.com/denisenkom/go-mssqldb
|
||||||
|
|
||||||
Copyright (c) 2012 The Go Authors. All rights reserved.
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ Heck, Documize will probably run just fine on a Raspberry Pi.
|
||||||
|
|
||||||
## Technology Stack
|
## Technology Stack
|
||||||
|
|
||||||
- Go (v1.12.1)
|
- Go (v1.12.2)
|
||||||
- Ember JS (v3.8.0)
|
- Ember JS (v3.8.0)
|
||||||
|
|
||||||
## Authentication Options
|
## Authentication Options
|
||||||
|
|
|
@ -40,9 +40,9 @@ func main() {
|
||||||
// product details
|
// product details
|
||||||
rt.Product = domain.Product{}
|
rt.Product = domain.Product{}
|
||||||
rt.Product.Major = "2"
|
rt.Product.Major = "2"
|
||||||
rt.Product.Minor = "2"
|
rt.Product.Minor = "3"
|
||||||
rt.Product.Patch = "1"
|
rt.Product.Patch = "0"
|
||||||
rt.Product.Revision = "190325132517"
|
rt.Product.Revision = "190409124440"
|
||||||
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 = domain.CommunityEdition
|
rt.Product.Edition = domain.CommunityEdition
|
||||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||||
|
|
1478
embed/bindata.go
1478
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -2517,7 +2517,7 @@ https:///github.com/trivago/tgo
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
https://github.com/denisenkom/go-mssq
|
https://github.com/denisenkom/go-mssqldb
|
||||||
|
|
||||||
Copyright (c) 2012 The Go Authors. All rights reserved.
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "documize",
|
"name": "documize",
|
||||||
"version": "2.2.1",
|
"version": "2.3.0",
|
||||||
"description": "The Document IDE",
|
"description": "The Document IDE",
|
||||||
"repository": "",
|
"repository": "",
|
||||||
"license": "AGPL",
|
"license": "AGPL",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue