We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2eced commit e4beab3Copy full SHA for e4beab3
2 files changed
.jazzy.yaml
@@ -3,7 +3,7 @@ sourcekitten_sourcefile: docs.json
3
clean: true
4
author: Timofey Solomko
5
module: BitByteData
6
-module_version: 1.0.0-dev
+module_version: 1.0.0-test.2
7
copyright: '© 2017 Timofey Solomko'
8
readme: README.md
9
github_url: https://github.com/tsolomko/BitByteData
BitByteData.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = "BitByteData"
- s.version = "1.0.0-test.1"
+ s.version = "1.0.0-test.2"
s.summary = "Read and write bits and bytes from data consequently in Swift."
s.description = "A Swift framework with functions for reading and writing bytes and bits."
0 commit comments