Skip to content

Commit

Permalink
Updated to reflect release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jun 21, 2020
1 parent 327c462 commit e5c3829
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subprojects { proj ->

description = 'Structurizr'
group = 'com.structurizr'
version = '1.4.3'
version = '1.4.4'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions docs/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e5c3829

Please sign in to comment.