Skip to content

Commit

Permalink
Version bumpin'
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Nov 2, 2017
1 parent dfcfa38 commit 97c75f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Get it on the [App Store](https://itunes.apple.com/us/app/radium-web-browser/id1
### What is this repository for? ###

* iOS tabbed web browser with extensions
* Version 1.0.2
* Version 1.1 (Pending Review)

### How do I get set up? ###

Expand Down
12 changes: 6 additions & 6 deletions RadiumBrowser/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
Expand All @@ -47,10 +51,6 @@
<true/>
</dict>
</dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
Expand Down

0 comments on commit 97c75f8

Please sign in to comment.