mirror of
https://github.com/ilyakooo0/huekit.git
synced 2024-11-25 06:34:32 +03:00
Bump version to 1.0.1
This commit is contained in:
parent
382b0221c1
commit
9687b6e5d0
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'HueKit'
|
s.name = 'HueKit'
|
||||||
s.version = '1.0.0'
|
s.version = '1.0.1'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.summary = 'A UI framework for iOS that provides components and utilities for building color pickers.'
|
s.summary = 'A UI framework for iOS that provides components and utilities for building color pickers.'
|
||||||
s.homepage = 'https://github.com/louisdh/huekit'
|
s.homepage = 'https://github.com/louisdh/huekit'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0</string>
|
<string>1.0.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user