Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balord committed Aug 30, 2022
1 parent 121c1a2 commit 9c14977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.3.0 - ?? ??, 2022](https://github.com/Figure53/F53OSC/releases/tag/1.3.0)
## [1.3.0 - August 30, 2022](https://github.com/Figure53/F53OSC/releases/tag/1.3.0)

### F53OSCEncrypt
- Adds the ability to transmit OSC messages using encryption. (NOTE: this is F53OSC-specific, not based on the OSC spec.) The core of the encryption is written in Swift using CryptoKit, including P521 public/private keys, HKDF derived symmetric keys, and ChaChaPoly symmetric encryption.
Expand Down
2 changes: 1 addition & 1 deletion F53OSC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'F53OSC'
s.version = '1.2.0'
s.version = '1.3.0'
s.summary = 'A nice open source OSC library for Objective-C.'

s.description = <<-DESC
Expand Down

0 comments on commit 9c14977

Please sign in to comment.