Skip to content

Commit 7792cd7

Browse files
committed
Updated to version 3.1
1 parent e917de7 commit 7792cd7

File tree

6 files changed

+188
-100
lines changed

6 files changed

+188
-100
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
22
before_script:
33
- brew update
4-
- brew upgrade xctool
4+
- brew outdated xctool && brew upgrade xctool
55
script: xctool test -project Tests/UnitTests.xcodeproj -scheme UnitTests -sdk iphonesimulator

FastCoder/FastCoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// FastCoding.h
33
//
4-
// Version 3.0.2
4+
// Version 3.1
55
//
66
// Created by Nick Lockwood on 09/12/2013.
77
// Copyright (c) 2013 Charcoal Design

0 commit comments

Comments
 (0)