Merged PR 241343: Changed version to 0.1.12

Changed version to 0.1.12
This commit is contained in:
Vlad Filyakov 2019-03-08 22:07:57 +00:00
Родитель 88da6349ca
Коммит 5f68d2c773
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.11</string> <string>0.1.12</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>
@ -26,7 +26,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>10</string> <string>11</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>UIBackgroundModes</key> <key>UIBackgroundModes</key>

Просмотреть файл

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "OfficeUIFabric" s.name = "OfficeUIFabric"
s.version = "0.1.11" s.version = "0.1.12"
s.summary = "Office UI Fabric is a set of reusable UI controls and tools" s.summary = "Office UI Fabric is a set of reusable UI controls and tools"
s.homepage = "https://onedrive.visualstudio.com/Design/The%20Studio/_git/fabric-ios" s.homepage = "https://onedrive.visualstudio.com/Design/The%20Studio/_git/fabric-ios"
s.license = { :type => "MIT", :file => "LICENSE" } s.license = { :type => "MIT", :file => "LICENSE" }

Просмотреть файл

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.11</string> <string>0.1.12</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>10</string> <string>11</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string></string> <string></string>
</dict> </dict>