Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 37ab82a

Browse files
committed
Changed version to 0.2.3
1 parent f5a2a44 commit 37ab82a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

OfficeUIFabric.Demo/OfficeUIFabric.Demo/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.2</string>
18+
<string>0.2.3</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -26,7 +26,7 @@
2626
</dict>
2727
</array>
2828
<key>CFBundleVersion</key>
29-
<string>18</string>
29+
<string>19</string>
3030
<key>LSRequiresIPhoneOS</key>
3131
<true/>
3232
<key>UILaunchStoryboardName</key>

OfficeUIFabric.INT.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OfficeUIFabric"
3-
s.version = "0.2.2"
3+
s.version = "0.2.3"
44
s.summary = "Office UI Fabric is a set of reusable UI controls and tools"
55
s.homepage = "https://onedrive.visualstudio.com/Design/The%20Studio/_git/fabric-ios"
66
s.license = { :type => "MIT", :file => "LICENSE" }

OfficeUIFabric.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OfficeUIFabric"
3-
s.version = "0.2.2"
3+
s.version = "0.2.3"
44
s.summary = "Office UI Fabric is a set of reusable UI controls and tools"
55
s.homepage = "https://github.com/OfficeDev/ui-fabric-ios"
66
s.license = { :type => "MIT", :file => "LICENSE" }

OfficeUIFabric/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.2</string>
18+
<string>0.2.3</string>
1919
<key>CFBundleVersion</key>
20-
<string>18</string>
20+
<string>19</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)