Skip to content

Commit ca7d3ca

Browse files
Updated version number.
1 parent c2e6904 commit ca7d3ca

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ The dependencies for use with Maven, Ivy, Gradle, etc are as follows.
5353

5454
Name | Description
5555
------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
56-
com.structurizr:structurizr-core:0.5.0 | The core library that can used to create models.</td>
57-
com.structurizr:structurizr-client:0.5.0 | The structurizr.com API client for Java for uploading models.
58-
com.structurizr:structurizr-spring:0.5.0 | The Spring integration to extract classes annotated @Controller, @Service and @Repository for identification as components.
59-
com.structurizr:structurizr-annotations:0.5.0 | Annotations to add software architecture hints into your own code.
56+
com.structurizr:structurizr-core:0.6.0 | The core library that can used to create models.</td>
57+
com.structurizr:structurizr-client:0.6.0 | The structurizr.com API client for Java for uploading models.
58+
com.structurizr:structurizr-spring:0.6.0 | The Spring integration to extract classes annotated @Controller, @Service and @Repository for identification as components.
59+
com.structurizr:structurizr-annotations:0.6.0 | Annotations to add software architecture hints into your own code.
6060

6161
## Getting started
6262

@@ -71,8 +71,8 @@ The dependencies for use with Maven, Ivy, Gradle, etc are as follows.
7171

7272
Name | Description
7373
------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
74-
com.structurizr:structurizr-core:0.5.0 | The core library that can used to create models.</td>
75-
com.structurizr:structurizr-client:0.5.0 | The structurizr.com API client for Java for uploading models.
74+
com.structurizr:structurizr-core:0.6.0 | The core library that can used to create models.</td>
75+
com.structurizr:structurizr-client:0.6.0 | The structurizr.com API client for Java for uploading models.
7676

7777
### 2. Create a model
7878

docs/spring-petclinic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ With the Spring PetClinic application built, we now need to create a software ar
3030

3131
Name | Description
3232
------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
33-
com.structurizr:structurizr-core:0.5.0 | The core library that can used to create models.</td>
34-
com.structurizr:structurizr-client:0.5.0 | The structurizr.com API client for Java for uploading models.
35-
com.structurizr:structurizr-spring:0.5.0 | The Spring component finder.
33+
com.structurizr:structurizr-core:0.6.0 | The core library that can used to create models.</td>
34+
com.structurizr:structurizr-client:0.6.0 | The structurizr.com API client for Java for uploading models.
35+
com.structurizr:structurizr-spring:0.6.0 | The Spring component finder.
3636

3737
First we need to create a little boilerplate code to create a workspace and a model.
3838

swagger.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 0.5.0
3+
version: 0.6.0
44
title: Structurizr
55
description: This is the API for Structurizr.
66
host: api.structurizr.com
@@ -474,4 +474,3 @@ definitions:
474474
type: number
475475
format: integer
476476
description: The position of the annotation along the line; 0 (start) to 100 (end).
477-

0 commit comments

Comments
 (0)