Skip to content

Commit

Permalink
Release 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Sep 28, 2024
1 parent 935d39c commit af2eb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Periphery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Periphery"
spec.version = "2.21.0"
spec.version = "2.21.1"
spec.summary = "A tool to identify unused code in Swift projects."
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Frontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let PeripheryVersion = "2.21.0"
let PeripheryVersion = "2.21.1"

0 comments on commit af2eb94

Please sign in to comment.