Skip to content

Commit 2f5a8db

Browse files
authored
Fix typo (#26)
1 parent 13772db commit 2f5a8db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/aliases.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ function gsw {
549549
function gswc {
550550
git switch --create $args
551551
}
552-
function gwsm {
552+
function gswm {
553553
$MainBranch = Get-Git-MainBranch
554554

555555
git switch $MainBranch $args

src/git-aliases-plus.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'git-aliases-plus.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '0.1.0'
7+
ModuleVersion = '0.1.1'
88

99
# ID used to uniquely identify this module
1010
GUID = '4e36d89f-b9e8-43a3-b7b1-ddb0427d9e08'

0 commit comments

Comments
 (0)