Skip to content

Commit

Permalink
[#180] 버전 1.1.0 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
00yhsp committed Nov 20, 2024
1 parent 1cc76ac commit c57fc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ let project = Project(
"REDIRECT_URL": .string("$(REDIRECT_URL)"),
"INSTA_APP_ID": .string("$(INSTA_APP_ID)"),
"CFBundleDisplayName": "Plake",
"CFBundleShortVersionString": "1.0.0",
"CFBundleVersion": "1"
"CFBundleShortVersionString": "1.1.0",
"CFBundleVersion": "2"
]
),
sources: ["AGAMI/Sources/**"],
Expand Down

0 comments on commit c57fc09

Please sign in to comment.