Skip to content

Commit

Permalink
fix: rework CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Nov 11, 2024
1 parent 0d320c8 commit e29ad21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

<groupId>net.osslabz</groupId>
<artifactId>mexc-client</artifactId>
<version>0.1.42</version>
<version>0.2.0-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>
</description>
<description>Connects to MEXC's Websocket API and allows to subscribe to various data channels.</description>
<url>https://github.com/osslabz/mexc-client</url>

<properties>
Expand Down

0 comments on commit e29ad21

Please sign in to comment.