Skip to content

Commit

Permalink
Bump version to 14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Aug 28, 2024
1 parent a2d28fa commit 2d682fb
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 @@ categories = ["development-tools::cargo-plugins"]
license = "MIT"
build = "build.rs"
# Remember to also update in appveyor.yml
version = "14.1.0"
version = "14.1.1"
# Remember to also update in man/*.md
authors = ["наб <[email protected]>",
"Yann Simon <[email protected]>",
Expand Down
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
- Visual Studio 2022

version: 14.1.0-{build}
version: 14.1.1-{build}

skip_tags: false

Expand Down Expand Up @@ -31,21 +31,21 @@ build: off
build_script:
- cargo build --verbose --release
-
- mkdir cargo-update-v14.1.0
- cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v14.1.0\
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v14.1.0/cargo-install-update.exe cargo-update-v14.1.0/cargo-install-update-config.exe
- zip -9r cargo-update-v14.1.0.zip cargo-update-v14.1.0
- mkdir cargo-update-v14.1.1
- cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v14.1.1\
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v14.1.1/cargo-install-update.exe cargo-update-v14.1.1/cargo-install-update-config.exe
- zip -9r cargo-update-v14.1.1.zip cargo-update-v14.1.1

test: off
test_script:
- cargo test --verbose --release

artifacts:
- path: cargo-update-v14.1.0.zip
- path: cargo-update-v14.1.1.zip

deploy:
provider: GitHub
artifact: cargo-update-v14.1.0.zip
artifact: cargo-update-v14.1.1.zip
auth_token:
secure: FNqRpbXgjNh7VrtHCIGadt7Pwv9HGq4kyUCQFueRLJvQCCWWWgko3PwiZvYlaAEG
on:
Expand Down

0 comments on commit 2d682fb

Please sign in to comment.