Skip to content

Commit

Permalink
Disable 1.13 compatibility layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Jul 15, 2018
1 parent 2b8c4c8 commit c8644ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dscalzi</groupId>
<artifactId>ZipExtractor</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<name>Zip Extractor</name>
<description>Utility plugin to extract archives and compress files.</description>
<url>https://github.com/dscalzi/ZipExtractor</url>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ author: Daniel Scalzi
description: Utility plugin to extract archives and compress files.
main: com.dscalzi.zipextractor.ZipExtractor
name: ZipExtractor
version: 1.2.1
version: 1.2.2
api-version: 1.13
commands:
zipextractor:
description: Accesses plugin commands.
Expand Down

0 comments on commit c8644ab

Please sign in to comment.