diff --git a/LICENSE b/LICENSE index 9670504..60ac889 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 BiAtoms +Copyright (c) 2018 BiAtoms Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e1845e0..2415115 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ A POSIX socket wrapper written in swift. ## Features -- TLS support +- TLS/SSL support - Linux, iOS, macOS and tvOS support - Clean and understanable code -If you consider something needs to be implemented, just [open an issue](issues/new) or make a PR +If you consider something needs to be implemented, just [open an issue](https://github.com/BiAtoms/Socket.swift/issues/new) or make a PR ## Example @@ -57,7 +57,7 @@ To integrate Socket.swift into your Xcode project using CocoaPods, specify it in ```ruby source 'https://github.com/CocoaPods/Specs.git' target '' do - pod 'Socket.swift', '~> 2.1' + pod 'Socket.swift', '~> 2.2' end ``` diff --git a/Socket.swift.podspec b/Socket.swift.podspec index 94d6a3e..8ed795b 100644 --- a/Socket.swift.podspec +++ b/Socket.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Socket.swift' - s.version = '2.1.0' + s.version = '2.2.0' s.summary = 'A POSIX socket wrapper written in swift.' s.homepage = 'https://github.com/BiAtoms/Socket.swift' s.license = { :type => 'MIT', :file => 'LICENSE' }