Skip to content

Commit 9614068

Browse files
committed
Bump version
1 parent e100eed commit 9614068

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

joystick-mapper-among-us/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "joystick-mapper-among-us"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Federico Rampazzo <[email protected]>"]
55
edition = "2018"
66

joystick-mapper-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "joystick-mapper-lib"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Federico Rampazzo <[email protected]>"]
55
edition = "2018"
66

joystick-mapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "joystick-mapper"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Federico Rampazzo <[email protected]>"]
55
edition = "2018"
66

scripts/mac_pack.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
echo -e "\n[profile.release]\nopt-level = 0" >> Cargo.toml
33
cargo build --release
44
git checkout Cargo.toml
5-
rm joystick-mapper*.zip
6-
mkdir build
5+
rm -rf joystick-mapper*.zip
6+
mkdir -p build
77
cp target/release/joystick-mapper build
88
cp examples/sample.conf build/joystick-mapper.conf
99
echo "Source code and instructions here: https://github.com/framp/joystick-mapper" > build/README.txt
1010
cd build
11-
zip joystick-mapper-mac-$1.zip build/*
11+
zip joystick-mapper-mac-$1.zip *
1212
cd ..
1313
mv build/*.zip .
1414
rm build/joystick-mapper
1515
cp target/release/joystick-mapper-among-us build
1616
cp examples/among-us.conf build/joystick-mapper.conf
1717
cd build
18-
zip joystick-mapper-among-us-mac-$1.zip build/*
18+
zip joystick-mapper-among-us-mac-$1.zip *
1919
cd ..
2020
mv build/*.zip .
2121
rm -rf build

0 commit comments

Comments
 (0)