Skip to content

Commit

Permalink
Issue #62: Added warning about issue in 402.7.1. and rolled back Coco…
Browse files Browse the repository at this point in the history
…apods podspec to 400.6.3, so people don't run into trouble.
  • Loading branch information
tladesignz committed Apr 17, 2020
1 parent 410fe2e commit e0ab772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Tor.framework

**ATTENTION**: Latest version 402.7.1 has a known issue with shutdown!
See https://github.com/iCepa/Tor.framework/issues/62 for details.
Stick with 400.6.3 in the meantime, if that's a problem for you!

[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Travis CI](https://img.shields.io/travis/iCepa/Tor.framework.svg)](https://travis-ci.org/iCepa/Tor.framework)

Expand Down Expand Up @@ -56,7 +60,7 @@ Alternatively, you may use the following to use binary-compiled versions of Tor.
correspond to releases in GitHub:

```ogdl
binary "https://icepa.github.io/Tor.framework/Tor.json" == 402.7.1
binary "https://icepa.github.io/Tor.framework/Tor.json" == 400.6.3
```

For available precompiled versions, see [docs/Tor.json](docs/Tor.json). Since Tor 0.3.5.2,
Expand Down
2 changes: 1 addition & 1 deletion Tor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '402.7.1'
version = '400.6.3'

m.name = 'Tor'
m.version = version
Expand Down

0 comments on commit e0ab772

Please sign in to comment.