Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 10, 2015
1 parent c2e6904 commit ca7d3ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ The dependencies for use with Maven, Ivy, Gradle, etc are as follows.

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

## Getting started

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

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

### 2. Create a model

Expand Down
6 changes: 3 additions & 3 deletions docs/spring-petclinic.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ With the Spring PetClinic application built, we now need to create a software ar

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

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

Expand Down
3 changes: 1 addition & 2 deletions swagger.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 0.5.0
version: 0.6.0
title: Structurizr
description: This is the API for Structurizr.
host: api.structurizr.com
Expand Down Expand Up @@ -474,4 +474,3 @@ definitions:
type: number
format: integer
description: The position of the annotation along the line; 0 (start) to 100 (end).

0 comments on commit ca7d3ca

Please sign in to comment.