From e5c38298ee9aee5bff208006b50111194a6d72d3 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sun, 21 Jun 2020 10:36:51 +0100 Subject: [PATCH] Updated to reflect release. --- build.gradle | 2 +- docs/binaries.md | 4 ++-- docs/changelog.md | 2 +- docs/getting-started.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 6ea31e4d..5dba2387 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ subprojects { proj -> description = 'Structurizr' group = 'com.structurizr' - version = '1.4.3' + version = '1.4.4' repositories { mavenCentral() diff --git a/docs/binaries.md b/docs/binaries.md index d8750639..9f57d115 100644 --- a/docs/binaries.md +++ b/docs/binaries.md @@ -3,5 +3,5 @@ The "Structurizr for Java" binaries are hosted on [Maven Central](https://repo1. Name | Description ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-core:1.4.3 | The core library that can used to create software architecture models. -com.structurizr:structurizr-client:1.4.3 | The API client for publishing models on the Structurizr cloud service and on-premises installation. \ No newline at end of file +com.structurizr:structurizr-core:1.4.4 | The core library that can used to create software architecture models. +com.structurizr:structurizr-client:1.4.4 | The API client for publishing models on the Structurizr cloud service and on-premises installation. \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index d613764a..71a50ed6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 1.4.4 (unreleased) +## 1.4.4 (21st June 2020) - Adds an "addDefaultElements()" method to the static/deployment views. - Adds an "addDefaultStyles()" method to Styles. diff --git a/docs/getting-started.md b/docs/getting-started.md index f7a33473..6ab468bb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -12,7 +12,7 @@ The Structurizr for Java binaries are hosted on [Maven Central](https://repo1.ma Name | Description ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-client:1.4.3 | The Structurizr API client library. +com.structurizr:structurizr-client:1.4.4 | The Structurizr API client library. ## 2. Create a Java program