Skip to content

Commit a5748d7

Browse files
committed
Merge branch 'release/0.5.1'
2 parents b7025e8 + 58a3ca2 commit a5748d7

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

.github/workflows/mean_bean_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
5+
- "*" # our tags have no prefixes like "v"
66

77
name: Mean Bean Deploy
88
env:

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autojump"
3-
version = "0.4.0"
3+
version = "0.5.1"
44
authors = ["Wang Xuerui <git@xen0n.name>"]
55
description = "A Rust port and drop-in replacement of autojump"
66
repository = "https://github.com/xen0n/autojump-rs"

0 commit comments

Comments
 (0)