Skip to content

Commit

Permalink
Update version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jie65535 committed Oct 6, 2022
1 parent ef885af commit 1d03d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.jie65535.opencommand'
version 'dev-1.4.0'
version 'dev-1.5.0'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opencommand-plugin",
"description": "Open command interface for third-party clients",
"version": "dev-1.4.0",
"version": "dev-1.5.0",
"mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin",
"authors": ["jie65535", "方块君"]
}

0 comments on commit 1d03d3e

Please sign in to comment.