Skip to content

Commit

Permalink
chore: change version
Browse files Browse the repository at this point in the history
  • Loading branch information
donggyushin committed Jul 13, 2024
1 parent 1e73f83 commit 02db66e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Derived/InfoPlists/DgWidget-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.5.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion Derived/InfoPlists/app-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.5.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ProjectDescription
let projectName = "dg-muscle-ios"
let widgetName = "DgWidget"
let bundleId = "com.donggyu.dg-muscle-ios"
let appVersion: String = "2.4.0"
let appVersion: String = "2.5.0"

enum Layer: String, CaseIterable {
case Domain
Expand Down

0 comments on commit 02db66e

Please sign in to comment.