Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed Jan 18, 2018
1 parent 3b7aaad commit 29e9505
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "https-everywhere"]
path = https-everywhere
url = https://github.com/EFForg/https-everywhere
[submodule "Carthage/Checkouts/Tor.framework"]
path = Carthage/Checkouts/Tor.framework
url = https://github.com/mtigas/Tor.framework.git
ignore = dirty
1 change: 0 additions & 1 deletion Carthage/Checkouts/Tor.framework
Submodule Tor.framework deleted from cce49c
2 changes: 1 addition & 1 deletion Endless/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20180113.29</string>
<string>20180118.30</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion Endless/Resources/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<h2>Onion Browser</h2>
<ul style="padding-left: 0">
<li>Version 2.0.0 (20180113.29)
<li>Version 2.0.0 (20180118.30)
<ul><li><b>Endless</b> 1.6.1</li>
<li><b>Tor</b>: 0.3.1.9</li>
<li><b>libevent</b>: 2.1.8</li>
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target "OnionBrowser2" do
pod "XLForm", :git => "https://github.com/jcs/XLForm.git"
pod "TUSafariActivity"

pod "POE", '~> 0.2'
pod "POE", '~> 0.2.3'
end

target "OnionBrowser2 Tests" do
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ DEPENDENCIES:
- InAppSettingsKit
- OCMock
- OrderedDictionary
- POE (~> 0.2)
- POE (~> 0.2.3)
- TUSafariActivity
- WYPopoverController (from `https://github.com/sammcewan/WYPopoverController.git`)
- XLForm (from `https://github.com/jcs/XLForm.git`)
Expand Down Expand Up @@ -102,6 +102,6 @@ SPEC CHECKSUMS:
WYPopoverController: a9db25ac2841a686acdc0f3a99bdb21545db32f4
XLForm: d5c391dfc62865927b5bcab0a5a0dbfb3e02b0ec

PODFILE CHECKSUM: 3134530b43ba0bebc8c5cce8385db174d3fc4338
PODFILE CHECKSUM: 12c7531d1b71b87cdff29cac249b05801bf3fbb0

COCOAPODS: 1.3.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please see the [LICENSE][license] file for usage and redistribution terms. As of

---

* **OnionBrowser**: 2.0.0 (20180113.29) - See [official release history][releases] and [changelog][changelog].
* **OnionBrowser**: 2.0.0 (20180118.30) - See [official release history][releases] and [changelog][changelog].
* **[Endless][endless]** upstream: 1.6.1
* **[Tor.framework][Tor.framework]**: 31.9.1
* **[Tor][tor]**: 0.3.1.9
Expand Down

1 comment on commit 29e9505

@mtigas
Copy link
Member Author

@mtigas mtigas commented on 29e9505 Jan 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit also updates POE to 0.2.3

Please sign in to comment.