Skip to content

Commit

Permalink
Merge pull request #89 from hyperledger-labs/feature/release-0.8.0
Browse files Browse the repository at this point in the history
release 0.8.0
  • Loading branch information
etschelp authored Nov 18, 2023
2 parents 381e351 + 9f4d7d1 commit df51fc9
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 @@ -12,7 +12,7 @@ Convenience library based on okhttp and gson to interact with [aries cloud agent
<dependency>
<groupId>network.idu.acapy</groupId>
<artifactId>aries-client-python</artifactId>
<version>0.7.33</version>
<version>0.8.0</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>network.idu.acapy</groupId>
<artifactId>aries-client-python</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit df51fc9

Please sign in to comment.