Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Sep 12, 2008
1 parent 0fe804a commit f57a03d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 4 additions & 0 deletions Documentation/ReleaseNotes.txt
@@ -1,5 +1,9 @@
GitX Release Notes

v0.3.1
===
* Fixed a serious crasher

V0.3: Changes since v0.2.1
====
* You can now pass on command-line arguments just like you can with 'git log'
Expand Down
10 changes: 2 additions & 8 deletions English.lproj/RepositoryWindow.xib
Expand Up @@ -1106,7 +1106,7 @@ ELIAAAAAAAgACAAIAAgAAQABAAEAAQ</bytes>
<object class="NSTextView" id="199501869">
<reference key="NSNextResponder" ref="1012939428"/>
<int key="NSvFlags">2322</int>
<string key="NSFrameSize">{835, 0}</string>
<string key="NSFrameSize">{835, 70}</string>
<reference key="NSSuperview" ref="1012939428"/>
<object class="NSTextContainer" key="NSTextContainer" id="733720017">
<object class="NSLayoutManager" key="NSLayoutManager">
Expand Down Expand Up @@ -1470,7 +1470,7 @@ ELIAAAAAAAgACAAIAAgAAQABAAEAAQ</bytes>
<object class="NSTextView" id="857940771">
<reference key="NSNextResponder" ref="686698782"/>
<int key="NSvFlags">2322</int>
<string key="NSFrameSize">{543, 0}</string>
<string key="NSFrameSize">{543, 112}</string>
<reference key="NSSuperview" ref="686698782"/>
<object class="NSTextContainer" key="NSTextContainer" id="219857543">
<object class="NSLayoutManager" key="NSLayoutManager">
Expand Down Expand Up @@ -3116,22 +3116,16 @@ ELIAAAAAAAgACAAIAAgAAQABAAEAAQ</bytes>
<object class="IBPartialClassDescription">
<string key="className">PBWebGitController</string>
<string key="superclassName">NSObject</string>
<object class="NSMutableDictionary" key="actions">
<string key="NS.key.0">doeHet:</string>
<string key="NS.object.0">id</string>
</object>
<object class="NSMutableDictionary" key="outlets">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSMutableArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>detailController</string>
<string>source</string>
<string>view</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>PBDetailController</string>
<string>id</string>
<string>WebView</string>
</object>
</object>
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Expand Up @@ -39,9 +39,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.3</string>
<string>0.3.1</string>
<key>CFBundleShortVersionString</key>
<string>0.3</string>
<string>0.3.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f57a03d

Please sign in to comment.