Skip to content

Commit

Permalink
Merge pull request #13 from ELDEpendenci/develop
Browse files Browse the repository at this point in the history
修復 plugin.yml 插件錯別字
  • Loading branch information
eric2788 authored Oct 13, 2021
2 parents 676fdee + c60b75f commit 33b4bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
version: 0.1.3.1 # 你的版本名稱
version: 0.1.3.2 # 你的版本名稱
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
plugin_name: ELDependenci-MVC-plugin

Expand Down
2 changes: 1 addition & 1 deletion ELDependenci-MVC-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>ELDependenci-MVC-plugin</artifactId>
<version>${project.parent.version}.1</version>
<version>${project.parent.version}.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ELDependenci-MVC-plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ELDepdendenci-MVC
name: ELDependenci-MVC
main: com.ericlam.mc.eldgui.ELDGPlugin
version: ${project.version}
api-version: "1.16"
Expand Down

0 comments on commit 33b4bde

Please sign in to comment.