Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Mar 10, 2020
1 parent bac7ee1 commit 78a1a7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## Version 1.5.1

- Added `NSData+SETOBase64urlEncoding` to public header files.

## Version 1.5.0

Filenames are encoded with base64url so that name shortenings are less likely. The ciphertext file layout has been redesigned.
Expand Down
2 changes: 1 addition & 1 deletion SETOCryptomatorCryptor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SETOCryptomatorCryptor'
s.version = '1.5.0'
s.version = '1.5.1'
s.license = 'AGPLv3'
s.summary = 'SETOCryptomatorCryptor is an iOS crypto library to access Cryptomator vaults.'
s.homepage = 'https://github.com/cryptomator/cryptomator-objc-cryptor'
Expand Down
2 changes: 1 addition & 1 deletion SETOCryptomatorCryptor/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 78a1a7c

Please sign in to comment.