Skip to content

Commit

Permalink
Change to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EliuX committed May 24, 2019
1 parent 7ef609a commit 1c71fbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Made by Eliux for MEGAcmd4J
#To update version
# Update to version
# make release (Increase the version)
# source tag.sh (This will create a tag a which in travis will call deploy)

.PHONY: release
release:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.eliux</groupId>
<artifactId>megacmd4j</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<!-- To change the version use
mvn versions:set -DnewVersion=${newversion} -->

Expand Down Expand Up @@ -121,7 +121,7 @@
<scm>
<connection>scm:git:https://github.com/EliuX/MEGAcmd4J.git</connection>
<url>https://github.com/EliuX/MEGAcmd4J</url>
<tag>megacmd4j-1.3.0</tag>
<tag>megacmd4j-1.4.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 1c71fbc

Please sign in to comment.