Skip to content

Commit

Permalink
Bump version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Jul 3, 2024
1 parent 156a9af commit e5f4bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import PackageDescription

let isDevelop = true
let isDevelop = false

let package = Package(
name: "BuildConfig.swift",
Expand Down
2 changes: 1 addition & 1 deletion Sources/Common/ApplicationInfo.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public enum ApplicationInfo {
public static let name = "BuildConfig.swift"
public static let version = "6.0.0"
public static let version = "6.1.0"
}

0 comments on commit e5f4bcf

Please sign in to comment.