Skip to content

Commit

Permalink
Release version 408.12.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Sep 25, 2024
1 parent 4548b1e commit e9e0599
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Arti.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'Tor'
m.version = '408.12.1'
m.version = '408.12.2'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application.'

Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Tor/Core (408.12.1)
- Tor/CTor (408.12.1):
- Tor/Core (408.12.2)
- Tor/CTor (408.12.2):
- Tor/Core
- Tor/GeoIP (408.12.1):
- Tor/GeoIP (408.12.2):
- Tor/CTor

DEPENDENCIES:
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Tor: 958cbe68eef90659339403e40e20d7610a9456dd
Tor: 19907fc430953434a233c7532166d6409b9d509b

PODFILE CHECKSUM: aaf1dd3b609adb9f024c41d7b7c0ea5a012fd799

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2022 The iCepa Contributors:
Copyright (c) 2015-2024 The iCepa Contributors:

- Conrad Kramer (https://conradkramer.com)
- Chris Ballinger (http://chatsecure.org)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ To run the example project, clone the repo, and run `pod install` from the Examp

## Requirements

- iOS 9.0 or later
- MacOS 12.0 or later
- iOS 12.0 or later
- MacOS 10.13 or later
- Xcode 13.0 or later
- `autoconf`, `automake`, `libtool` and `gettext` in your `PATH`

Expand Down
2 changes: 1 addition & 1 deletion Tor.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'Tor'
m.version = '408.12.1'
m.version = '408.12.2'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application. Currently, the framework compiles in static versions of tor, libevent, openssl, and liblzma.'

Expand Down
2 changes: 1 addition & 1 deletion TorStatic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |m|
# TODO: Why the hell do I need to provide this manually? CocoaPods should figure this out automatically, like with other pods, when they're used as static libraries.

m.name = 'Tor'
m.version = '408.12.1'
m.version = '408.12.2'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application. Currently, the framework compiles in static versions of tor, libevent, openssl, and liblzma.'

Expand Down

0 comments on commit e9e0599

Please sign in to comment.