Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal committed Feb 12, 2024
1 parent 4571a04 commit c01e76e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# SimplyVotifier

[![Build and Publish](https://github.com/SimplyVanilla/SimplyVotifier/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/SimplyVanilla/SimplyVotifier/actions/workflows/build-and-publish.yml)
[![Known Vulnerabilities](https://snyk.io/test/github/SimplyVanilla/SimplyVotifier/badge.svg)](https://snyk.io/test/github/SimplyVanilla/SimplyVotifier)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SimplyVanilla_SimplyVotifier&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SimplyVanilla_SimplyVotifier)

SimplyVotifier is a simple and easy to use Votifier listener plugin for PaperMC/Folia servers, originally forked from
[VotifierPlus](https://github.com/BenCodez/VotifierPlus) by BenCodez.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'net.simplyvanilla'
version '0.1.0'
version '0.2.0'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
main: net.simplyvanilla.simplyvotifier.SimplyVotifier
name: SimplyVotifier
description: A plugin that gets notified when votes are made for the server on toplists.
description: A plugin that gets notified when votes are made for the server on top-lists.
version: @version@
api-version: 1.19

author: Simply Vanilla
website: https://github.com/SimplyVanilla/SimplyChat
website: https://github.com/SimplyVanilla/SimplyVotifier
folia-supported: true

0 comments on commit c01e76e

Please sign in to comment.