Skip to content

Commit

Permalink
Bumped podspec and Info.plist(s) version to 148.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Sergheev committed Sep 16, 2024
1 parent 836c084 commit 4fb7e38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Demo/SnapshotTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>148.0.0</string>
<string>148.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Demo/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>148.0.0</string>
<string>148.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FinniversKit'
s.version = '148.0.0'
s.version = '148.1.0'
s.summary = "FINN's iOS Components"
s.author = 'FINN.no'
s.homepage = 'https://schibsted.frontify.com/d/oCLrx0cypXJM/design-system'
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>148.0.0</string>
<string>148.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit/UnitTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>148.0.0</string>
<string>148.1.0</string>
</dict>
</plist>

0 comments on commit 4fb7e38

Please sign in to comment.