Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #132 from testproject-io/history-update
Browse files Browse the repository at this point in the history
Chore: update history and readme with latest SDK version
  • Loading branch information
Marat Strelets authored May 12, 2021
2 parents 5f130bd + 0d1e6f2 commit ad3e339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2021-05-10
## [1.2.0] - 2021-05-12

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.testproject</groupId>
<artifactId>java-sdk</artifactId>
<version>1.1.0-RELEASE</version>
<version>1.2.0-RELEASE</version>
</dependency>
```

For a Gradle project, add the following to your `build.gradle` file:
```
implementation 'io.testproject:java-sdk:1.0.0-RELEASE'
implementation 'io.testproject:java-sdk:1.2.0-RELEASE'
```

# Test Development
Expand Down

0 comments on commit ad3e339

Please sign in to comment.