Skip to content

Commit 2ca2fcc

Browse files
committed
Bump version to v1.2.2
1 parent 56a7787 commit 2ca2fcc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22

33
group 'com.avairebot'
4-
version '1.2.1'
4+
version '1.2.2'
55
description 'Adds a starboard command to Ava, allowing servers to define a starboard channel'
66

77
sourceCompatibility = 1.8
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Tue Apr 23 22:57:06 CEST 2019
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4-all.zip

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Starboard'
22
main: 'com.avairebot.starboard.Starboard'
3-
version: '1.2.1'
3+
version: '1.2.2'
44
author: 'Alexis Tan <Senither#0001>'
55
description: 'Starboard is a simple plugin that can be used to define a starboard channel per-server, users can then react to messages using the star emoji to get messages showing up on in the starboard channel.'
66
requires: '0.7.71'

0 commit comments

Comments
 (0)