Skip to content

Commit

Permalink
Update version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanntg committed Nov 11, 2015
1 parent 0ff8551 commit 0af9f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SyllableDetector/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ DQ
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="ColumnInput" editable="NO" width="40" minWidth="40" maxWidth="1000" id="63y-z6-tY7">
<tableColumn identifier="ColumnInput" editable="NO" width="96" minWidth="40" maxWidth="1000" id="63y-z6-tY7">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Input">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
Expand All @@ -842,7 +842,7 @@ DQ
<font key="font" metaFont="system"/>
</levelIndicatorCell>
</tableColumn>
<tableColumn identifier="ColumnNetwork" editable="NO" width="90" minWidth="40" maxWidth="1000" id="0ZF-2t-rye">
<tableColumn identifier="ColumnNetwork" editable="NO" width="146" minWidth="40" maxWidth="1000" id="0ZF-2t-rye">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Neural Network">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
Expand All @@ -855,7 +855,7 @@ DQ
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
</tableColumn>
<tableColumn identifier="ColumnOutput" editable="NO" width="45" minWidth="40" maxWidth="1000" id="KJj-w1-YTd">
<tableColumn identifier="ColumnOutput" editable="NO" width="101" minWidth="40" maxWidth="1000" id="KJj-w1-YTd">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Output">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
Expand Down
4 changes: 2 additions & 2 deletions SyllableDetector/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>5</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 0af9f5b

Please sign in to comment.