Skip to content

Commit

Permalink
Update version and publish to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
huanli233 committed Mar 25, 2024
1 parent 8b97ba9 commit ca01e01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target/
temp
temp
boot.img
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Adding dependencies in Maven:
<dependency>
<groupId>com.huanli233</groupId>
<artifactId>magiskpatcher</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
</dependencies>
```
Expand Down
3 changes: 2 additions & 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.huanli233</groupId>
<artifactId>magiskpatcher</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<name>magiskpatcher</name>
<description>MagiskPatcher for Java</description>
<url>http://github.com/huanli233/MagiskPatcher4J</url>
Expand Down Expand Up @@ -76,6 +76,7 @@
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
<checksums>required</checksums>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ca01e01

Please sign in to comment.