Skip to content

Commit 37b4fff

Browse files
committed
Update to 0.10.2
1 parent e17ac58 commit 37b4fff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EXECUTABLE_NAME = mint
22
REPO = https://github.com/yonaskolb/Mint
3-
VERSION = 0.10.1
3+
VERSION = 0.10.2
44

55
PREFIX = /usr/local
66
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)

Sources/MintCLI/MintCLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import SwiftCLI
66

77
public class MintCLI {
88

9-
public let version = "0.10.1"
9+
public let version = "0.10.2"
1010

1111
let mint: Mint
1212
let cli: CLI

Sources/MintKit/Mint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public class Mint {
242242
throw MintError.invalidCommand(package.name)
243243
}
244244

245-
//TODO: perhaps don't remove the whole directory once we install specific executables
245+
// TODO: perhaps don't remove the whole directory once we install specific executables
246246
try? packagePath.installPath.delete()
247247
try packagePath.installPath.mkpath()
248248

0 commit comments

Comments
 (0)