Skip to content

Commit

Permalink
Releasing 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Mar 13, 2018
1 parent b2f2ff4 commit aeb6b3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 '<Your Target Name>' do
pod 'Socket.swift', '~> 2.1'
pod 'Socket.swift', '~> 2.2'
end
```

Expand Down
2 changes: 1 addition & 1 deletion Socket.swift.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit aeb6b3a

Please sign in to comment.