Skip to content

Commit

Permalink
Bump version to 0.0.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SalusaSecondus committed May 19, 2016
1 parent 1ad4783 commit c90eb28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ You can download the [latest snapshot release][download] or pick it up from Mave
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.7-SNAPSHOT</version>
</dependency>
```

Expand Down Expand Up @@ -163,4 +163,4 @@ For signing, the user specified signing key can be either symmetric or asymmetri
[materialprovider]: src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers/EncryptionMaterialsProvider.java
[privatekey]: http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html
[secretkey]: http://docs.oracle.com/javase/7/docs/api/javax/crypto/SecretKey.html
[download]: https://github.com/awslabs/aws-dynamodb-encryption-java/releases/tag/0.0.6-SNAPSHOT
[download]: https://github.com/awslabs/aws-dynamodb-encryption-java/releases/tag/0.0.7-SNAPSHOT
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.7-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit c90eb28

Please sign in to comment.