Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Mar 13, 2020
1 parent 746d258 commit 847bf2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["isa", "emulation", "cpu"]
categories = ["emulators"]
license = "MIT"
# Remember to also update in appveyor.yml
version = "2.0.1"
version = "2.0.2"
# Remember to also update in man/*.md
authors = ["nabijaczleweli <[email protected]>"]
exclude = ["*.enc"]
Expand Down
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.1-{build}
version: 2.0.2-{build}

skip_tags: false

Expand Down Expand Up @@ -30,19 +30,19 @@ build_script:
- make
- cargo build --verbose --release
-
- mkdir pir-8-emu-v2.0.1
- cp target\release\pir-8-as.exe target\release\pir-8-disasm.exe target\release\pir-8-emu.exe pir-8-emu-v2.0.1\
- cp C:\BearLibTerminal.dll pir-8-emu-v2.0.1\
- strip --strip-all --remove-section=.comment --remove-section=.note pir-8-emu-v2.0.1/pir-8-as.exe pir-8-emu-v2.0.1/pir-8-disasm.exe pir-8-emu-v2.0.1/pir-8-emu.exe
- zip -9r pir-8-emu-v2.0.1.zip pir-8-emu-v2.0.1
- mkdir pir-8-emu-v2.0.2
- cp target\release\pir-8-as.exe target\release\pir-8-disasm.exe target\release\pir-8-emu.exe pir-8-emu-v2.0.2\
- cp C:\BearLibTerminal.dll pir-8-emu-v2.0.2\
- strip --strip-all --remove-section=.comment --remove-section=.note pir-8-emu-v2.0.2/pir-8-as.exe pir-8-emu-v2.0.2/pir-8-disasm.exe pir-8-emu-v2.0.2/pir-8-emu.exe
- zip -9r pir-8-emu-v2.0.2.zip pir-8-emu-v2.0.2

test: off
test_script:
# The tests would finish successfully but AppVeyor would report a failure
- cargo test --verbose --release || true

artifacts:
- path: pir-8-emu-v2.0.1.zip
- path: pir-8-emu-v2.0.2.zip

deploy:
provider: GitHub
Expand Down

0 comments on commit 847bf2b

Please sign in to comment.