diff --git a/README.md b/README.md index 7ea692e..dea8d68 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Mexc-Client ============ ![GitHub](https://img.shields.io/github/license/osslabz/mexc-client) -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/mexc-client/build-on-push.yml?branch=main) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/mexc-client/build-on-push.yml?branch=dev&label=build&logo=git) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/mexc-client/build-release-on-main-push.yml?branch=main&label=perform-release&logo=semanticrelease) [![Maven Central](https://img.shields.io/maven-central/v/net.osslabz/mexc-client?label=Maven%20Central)](https://search.maven.org/artifact/net.osslabz/mexc-client) Connects to [MEXC's Websocket API](https://www.mexc.com/mexc-api) and allows to subscribe to various data channels. diff --git a/pom.xml b/pom.xml index 057ddbd..734b907 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,10 @@ net.osslabz mexc-client - 0.1.42 + 0.2.0-SNAPSHOT ${project.groupId}:${project.artifactId} - - + Connects to MEXC's Websocket API and allows to subscribe to various data channels. https://github.com/osslabz/mexc-client