This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from wireapp/version-bump
fix typo in pipeline
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters