diff --git a/README.md b/README.md index ff64f5c2..d0b3e0a1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The mission is to bring software dev inspired features (refactoring, testing, li ## Latest version -v0.44.0 +v0.44.1 ## OS Support diff --git a/app/app/components/customize/auth-settings.js b/app/app/components/customize/auth-settings.js index cf9ff07d..78c59a2b 100644 --- a/app/app/components/customize/auth-settings.js +++ b/app/app/components/customize/auth-settings.js @@ -148,8 +148,3 @@ export default Ember.Component.extend(NotifierMixin, { } } }); -/* - -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl4M0UGhKFHe6LKyx2qNu5zTzYifMcsyvH+lV2Z3vgwQtuCf5zFrW/fHglBq9C1DQko/r2eUlVQOM+9C5nfmI60cLVGXviXRU1nWZ3MKQDogaVmSqnESOyVqBfOFEHbjuEeh5xqsLTIGElHFkEVgOfbsqs4GSmCYDgkYc6GMM9YIsk86VbBmprfaXUHmO44cR+Kh6y7rvoTAfKSohRav4+6Pl2+kZRj6SebG629OQb+q6IWVe93kC6NJWk9Y4v5teaAKui/VsoY83Ox/AblNt1wUl4QPrS9t/Be1h0M9XHfmQkmWAZnMkeo6vkcwvU9ioXkX4Zy/148M8u+WXSpgagQIDAQAB - -*/ \ No newline at end of file diff --git a/app/package.json b/app/package.json index 04e303a3..b60fba77 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "documize", - "version": "0.43.1", + "version": "0.44.1", "description": "The Document IDE", "private": true, "repository": "", diff --git a/core/api/endpoint/server.go b/core/api/endpoint/server.go index 5b8630b9..bcba1e12 100644 --- a/core/api/endpoint/server.go +++ b/core/api/endpoint/server.go @@ -35,7 +35,7 @@ var Product core.ProdInfo func init() { Product.Major = "0" Product.Minor = "44" - Product.Patch = "0" + Product.Patch = "1" Product.Version = fmt.Sprintf("%s.%s.%s", Product.Major, Product.Minor, Product.Patch) Product.Edition = "Community" Product.Title = fmt.Sprintf("%s Edition", Product.Edition)