Skip to content

Commit

Permalink
Version bump 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Aug 9, 2021
1 parent 9d30421 commit 5fb21be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Upload JAR as an artifact
uses: actions/upload-artifact@v2
with:
name: Lineation-1.0.1.jar
path: build/libs/Lineation-1.0.1.jar
name: Lineation-1.0.2.jar
path: build/libs/Lineation-1.0.2.jar
if-no-files-found: error
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'me.diademiemi.lineation'
version '1.0.1'
version '1.0.2'

repositories {
/*
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lineation
description: Minecraft Spigot plugin for managing start and finish lines
author: diademiemi
version: 1.0.1
version: 1.0.2
main: me.diademiemi.lineation.Lineation
api-version: 1.16
depend: [WorldEdit]
Expand Down

0 comments on commit 5fb21be

Please sign in to comment.