Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dvor committed Nov 5, 2016
1 parent 6496afc commit 852a81c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ CocoaPods wrapper for [toxcore](https://github.com/toktok/c-toxcore).

Pod has same version number as toxcore.

toxcore isn't released yet and has version number `0.0.0`. To distinguish different "zero" versions one from another [commit hash](https://github.com/irungentoo/toxcore/commit/2ab3b14731061cc04d3ccc50a35093c11d018298) is added to version tag, like `0.0.1-2ab3b14`.

## Installation

toxcore is available through [CocoaPods](http://cocoapods.org). To install
Expand Down
2 changes: 1 addition & 1 deletion toxcore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "toxcore"
s.version = "0.0.1-94cc8b1"
s.version = "0.0.2"
s.summary = "Cocoapods wrapper for toxcore"
s.homepage = "https://github.com/Antidote-for-Tox/toxcore"
s.license = 'GPLv3'
Expand Down

0 comments on commit 852a81c

Please sign in to comment.