Skip to content

Commit

Permalink
[ci skip] prepare for next development iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Etschel <[email protected]>
  • Loading branch information
etschelp committed Nov 24, 2023
1 parent edbea7b commit ee10618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.0</version>
<version>0.10.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions 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.10.0</version>
<version>0.10.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>[email protected]:hyperledger-labs/acapy-java-client.git</url>
<tag>0.10.0</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit ee10618

Please sign in to comment.