Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Nov 24, 2017
1 parent 73bf799 commit e05be23
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
NAME := goobox-sync-sia
VERSION := 0.0.4
VERSION := 0.0.5
.PHONY: clean build test dist swagger

clean:
Expand Down
2 changes: 1 addition & 1 deletion asset/goobox-sync-sia
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /bin/bash
java -jar goobox-sync-sia-0.0.4.jar $@
java -jar goobox-sync-sia-0.0.5.jar $@
2 changes: 1 addition & 1 deletion asset/goobox-sync-sia.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -jar goobox-sync-sia-0.0.4.jar %*
java -jar goobox-sync-sia-0.0.5.jar %*
2 changes: 1 addition & 1 deletion asset/list-db
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /bin/bash
java -cp goobox-sync-sia-0.0.4.jar io.goobox.sync.sia.db.DB
java -cp goobox-sync-sia-0.0.5.jar io.goobox.sync.sia.db.DB
2 changes: 1 addition & 1 deletion asset/list-db.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -cp goobox-sync-sia-0.0.4.jar io.goobox.sync.sia.db.DB
java -cp goobox-sync-sia-0.0.5.jar io.goobox.sync.sia.db.DB
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
</dependency>
</dependencies>
<properties>
<project-version>0.0.4</project-version>
<project-version>0.0.5</project-version>
<java.version>1.7</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit e05be23

Please sign in to comment.