Skip to content

Commit

Permalink
Changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Oct 7, 2017
1 parent b66f35d commit 595ace8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# ooniprobe-ios 1.2.3 [2017-10-07]

* Fix the crash on start on 32 bit devices

* Run test screen reloaded when clicking on a second link without dismissing it

measurement-kit version: 0.7.6

ooniprobe-wui version: 2.2.4

# ooniprobe-ios 1.2.3-alpha.2

* Should fix the crash on start on 32 bit devices
Expand Down
2 changes: 1 addition & 1 deletion ooniprobe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>34</string>
<string>35</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 1 addition & 1 deletion ooniprobe/PrefixHeader.pch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define NOTIFICATION_SERVER @"https://registry.proteus.ooni.io"
#endif

#define RELEASE_NAME @"-beta.1"
#define RELEASE_NAME @""

#define color_ooni_blue [UIColor colorWithRed:5.0/255.0 green:136.0/255.0 blue:203.0/255.0 alpha:1.0]
#define color_off_black [UIColor colorWithRed:119.0/255.0 green:119.0/255.0 blue:119.0/255.0 alpha:1.0]
Expand Down

0 comments on commit 595ace8

Please sign in to comment.