Skip to content

Commit 90190c4

Browse files
committed
Bump version to 0.1.3 in README.md and sync-ssh-keys.sh
1 parent e02ec24 commit 90190c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Test Status](https://img.shields.io/github/actions/workflow/status/locus313/ssh-key-sync/ci.yml?style=flat-square&label=tests)](https://github.com/locus313/ssh-key-sync/actions)
55
[![License](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](LICENSE)
66
[![Shell](https://img.shields.io/badge/Shell-Bash-green?style=flat-square&logo=gnu-bash)](https://www.gnu.org/software/bash/)
7-
[![Version](https://img.shields.io/badge/Version-0.1.2-orange?style=flat-square)](https://github.com/locus313/ssh-key-sync/releases)
7+
[![Version](https://img.shields.io/badge/Version-0.1.3-orange?style=flat-square)](https://github.com/locus313/ssh-key-sync/releases)
88

99
⭐ If you like this project, star it on GitHub — it helps a lot!
1010

sync-ssh-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euo pipefail
77
# Repository: https://github.com/locus313/ssh-key-sync
88

99
# shellcheck disable=SC2034 # planned to be used in a future release
10-
readonly SCRIPT_VERSION="0.1.2"
10+
readonly SCRIPT_VERSION="0.1.3"
1111
SCRIPT_NAME="$(basename "$0")"
1212
readonly SCRIPT_NAME
1313

0 commit comments

Comments
 (0)