Skip to content

Commit

Permalink
Release 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen van Zanten committed Jan 3, 2019
1 parent 14992dd commit fcaecdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center"><img src="https://raw.githubusercontent.com/vergecurrency/vIOS/master/readme-header.png" alt="Verge iOS Wallet"></p>
<p align="center">
<a href="https://travis-ci.org/vergecurrency/vIOS" target="_blank"><img src="https://travis-ci.org/vergecurrency/vIOS.svg?branch=master"></a>
<img src="https://img.shields.io/badge/status-development-red.svg">
<img src="https://img.shields.io/badge/latest build-0.12-lightgrey.svg">
<img src="https://img.shields.io/badge/status-beta-red.svg">
<img src="https://img.shields.io/badge/latest build-0.13-lightgrey.svg">
<img src="https://img.shields.io/badge/iOS-^11.4-green.svg">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</p>
Expand Down
4 changes: 2 additions & 2 deletions VergeiOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.12</string>
<string>0.13</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.12</string>
<string>0.13</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

brew install automake autoconf libtool gettext libevent openssl && \
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize && \
echo "Installing Tor dependency" && \
carthage update --platform iOS

0 comments on commit fcaecdb

Please sign in to comment.