Skip to content

Commit e4beab3

Browse files
committed
Prepare for the second test release
1 parent ae2eced commit e4beab3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sourcekitten_sourcefile: docs.json
33
clean: true
44
author: Timofey Solomko
55
module: BitByteData
6-
module_version: 1.0.0-dev
6+
module_version: 1.0.0-test.2
77
copyright: '© 2017 Timofey Solomko'
88
readme: README.md
99
github_url: https://github.com/tsolomko/BitByteData

BitByteData.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "BitByteData"
4-
s.version = "1.0.0-test.1"
4+
s.version = "1.0.0-test.2"
55
s.summary = "Read and write bits and bytes from data consequently in Swift."
66

77
s.description = "A Swift framework with functions for reading and writing bytes and bits."

0 commit comments

Comments
 (0)