Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Feb 19, 2024
1 parent 900ed6f commit 346971d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/xclint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Xclint < Formula
homepage "https://github.com/mattmassicotte/XCLint"
url "https://github.com/mattmassicotte/XCLint.git", branch: "main"
head "https://github.com/mattmassicotte/XCLint", branch: "main"
version "0.1.0"
version "0.1.2"

depends_on :xcode => ["15.0", :build]

Expand Down
2 changes: 1 addition & 1 deletion Sources/clitool/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct XCLintCommand: ParsableCommand {

func run() throws {
if version {
throw CleanExit.message("0.1.1")
throw CleanExit.message("0.1.2")
}

// find the xcodeproj file
Expand Down

0 comments on commit 346971d

Please sign in to comment.