Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from wireapp/version-bump
Browse files Browse the repository at this point in the history
fix typo in pipeline
  • Loading branch information
LukasForst authored Jul 13, 2022
2 parents c35d5a9 + c169e8a commit ab4006d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
target: runtime
tags: ${{ inputs.runtime_image }}:latest, ${{ inputs.runtime_image }}:${{ env.RELEASE_VERSION }}
labels: ${{ steps.docker_meta_runtime.outputs.labels }}
platforms: ${{ inputs.platform }}
platforms: ${{ inputs.platforms }}
push: ${{ inputs.publish }}

# Send webhook to Wire using Slack Bot
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Cryptobox4J

Cryptobox for Bots.
Wire Cryptobox for Java intended for use on servers.

The library is available on the Maven Central. However, to use it, one needs to have native Cryptobox installed.
See makefiles in [mk](mk) directory.
```xml
<dependency>
<groupId>com.wire</groupId>
<artifactId>cryptobox4j</artifactId>
<version>1.1.3</version>
<version>1.2.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.wire</groupId>
<artifactId>cryptobox4j</artifactId>
<version>1.1.3</version>
<version>1.2.0</version>

<name>Cryptobox4J</name>
<description>CryptoBox for Wire Bots</description>
Expand Down

0 comments on commit ab4006d

Please sign in to comment.