diff --git a/README.md b/README.md index 3970d41..f51a4fd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/toxcore.podspec b/toxcore.podspec index c62cfc4..d8c67e4 100644 --- a/toxcore.podspec +++ b/toxcore.podspec @@ -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'