Skip to content

Commit

Permalink
1.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Donlan committed Aug 3, 2018
1 parent c16c0a7 commit fc565a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can get the latest release from Maven:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-encryption-sdk-java</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-encryption-sdk-java</artifactId>
<version>1.3.5-SNAPSHOT</version>
<version>1.3.5</version>
<packaging>jar</packaging>

<name>aws-encryption-sdk-java</name>
Expand Down

0 comments on commit fc565a1

Please sign in to comment.