Skip to content

Commit 4e544ea

Browse files
committed
increment version (and how did I forget to include SUPublicDSAKeyFile?)
1 parent 33b6bd7 commit 4e544ea

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Info.plist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<key>CFBundleExecutable</key>
133133
<string>Notational Velocity</string>
134134
<key>CFBundleGetInfoString</key>
135-
<string>2.0 β4, Copyright © 2010 Zachary Schneirov, All Rights Reserved.</string>
135+
<string>2.0 β5, Copyright © 2011 Zachary Schneirov, All Rights Reserved.</string>
136136
<key>CFBundleIconFile</key>
137137
<string>Notality</string>
138138
<key>CFBundleIdentifier</key>
@@ -142,11 +142,11 @@
142142
<key>CFBundlePackageType</key>
143143
<string>APPL</string>
144144
<key>CFBundleShortVersionString</key>
145-
<string>2.0 β4</string>
145+
<string>2.0 β5</string>
146146
<key>CFBundleSignature</key>
147147
<string>N†l√</string>
148148
<key>CFBundleVersion</key>
149-
<string>7</string>
149+
<string>8</string>
150150
<key>LSMinimumSystemVersion</key>
151151
<string>10.4</string>
152152
<key>LSMinimumSystemVersionByArchitecture</key>
@@ -203,6 +203,8 @@
203203
<real>345600</real>
204204
<key>SUFeedURL</key>
205205
<string>http://notational.net/nvupdates.xml</string>
206+
<key>SUPublicDSAKeyFile</key>
207+
<string>dsa_pub.pem</string>
206208
<key>NSAppleScriptEnabled</key>
207209
<true/>
208210
<key>OSAScriptingDefinition</key>

SyncResponseFetcher.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ - (BOOL)start {
8989
}
9090

9191
[request setHTTPShouldHandleCookies:NO];
92-
[request addValue:@"Sinus cardinalis NV 2.0B4" forHTTPHeaderField:@"User-agent"];
92+
[request addValue:@"Sinus cardinalis NV 2.0B5" forHTTPHeaderField:@"User-agent"];
9393

9494
//if POSTData is nil, do a plain GET request
9595
if (dataToSend) {

0 commit comments

Comments
 (0)