Skip to content

Commit 00e3517

Browse files
committed
Update version and shell script
1 parent 26ca487 commit 00e3517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
jar {
1414
baseName = 'migmap'
15-
version = '1.0.0-SNAPSHOT'
15+
version = '1.0.0'
1616

1717
manifest {
1818
attributes "Main-Class": "$mainClassName"

migmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ do
8686
shift
8787
;;
8888
*)
89-
migmapArgs+=(${key})
89+
migmapArgs+=("${key}")
9090
;;
9191
esac
9292
done

0 commit comments

Comments
 (0)