Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Sep 18, 2015
1 parent fd755f9 commit 429587d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8121.17" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="1rZ-9I-tgj">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="1rZ-9I-tgj">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8101.14"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="rWy-RT-wPx">
<objects>
<viewController id="1rZ-9I-tgj" customClass="ViewController" customModule="YOGraphImageKit_Demo" customModuleProvider="target" sceneMemberID="viewController">
<viewController id="1rZ-9I-tgj" customClass="ViewController" customModule="YOChartImageKit_Demo" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="rv0-0H-ZXM"/>
<viewControllerLayoutGuide type="bottom" id="iw2-fE-B3I"/>
Expand All @@ -33,7 +33,7 @@
<!--Chart Image View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController storyboardIdentifier="ChartImageViewController" id="BYZ-38-t0r" customClass="ChartImageViewController" customModule="YOGraphImageKit_Demo" customModuleProvider="target" sceneMemberID="viewController">
<viewController storyboardIdentifier="ChartImageViewController" id="BYZ-38-t0r" customClass="ChartImageViewController" customModule="YOChartImageKit_Demo" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
Expand Down
2 changes: 1 addition & 1 deletion Example/YOGraphImageKit Demo App (iOS)/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/YOGraphImageKit Demo App (watchOS)/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/YOChartImageKit (iOS)/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/YOChartImageKit (watchOS)/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion YOChartImageKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "YOChartImageKit"
s.version = "0.4.0"
s.version = "1.0.0"
s.summary = "ChartKit for watchOS"
s.description = <<-DESC
Chart image framework for watchOS
Expand Down

0 comments on commit 429587d

Please sign in to comment.