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 3d65158 commit fa5fc07
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.4'
version = '1.4.5'

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.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.
com.structurizr:structurizr-core:1.4.5 | The core library that can used to create software architecture models.
com.structurizr:structurizr-client:1.4.5 | The API client for publishing models on the Structurizr cloud service and on-premises installation.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.5 (21st June 2020)

- Bug fixes.

## 1.4.4 (21st June 2020)

- Adds an "addDefaultElements()" method to the static/deployment views.
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.4 | The Structurizr API client library.
com.structurizr:structurizr-client:1.4.5 | The Structurizr API client library.

## 2. Create a Java program

Expand Down

0 comments on commit fa5fc07

Please sign in to comment.