Skip to content

Commit 740053c

Browse files
authored
Merge pull request #94 from themackworth/release_1_1_1
Prepare for 1.1.1 release
2 parents 293135a + 1d2b3d8 commit 740053c

66 files changed

Lines changed: 74 additions & 69 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion

README.md

Lines changed: 2 additions & 2 deletions

SPTPersistentCache.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 = "SPTPersistentCache"
4-
s.version = "1.1.0"
4+
s.version = "1.1.1"
55
s.summary = "SPTPersistentCache is a fast, binary, LRU cache used in the Spotify iOS app"
66

77
s.description = <<-DESC

SPTPersistentCacheDemo/SPTPersistentCacheDemo/AppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Spotify AB.
2+
* Copyright (c) 2017 Spotify AB.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one
55
* or more contributor license agreements. See the NOTICE file

SPTPersistentCacheDemo/SPTPersistentCacheDemo/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Spotify AB.
2+
* Copyright (c) 2017 Spotify AB.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one
55
* or more contributor license agreements. See the NOTICE file

SPTPersistentCacheDemo/SPTPersistentCacheDemo/DetailViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Spotify AB.
2+
* Copyright (c) 2017 Spotify AB.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one
55
* or more contributor license agreements. See the NOTICE file

SPTPersistentCacheDemo/SPTPersistentCacheDemo/DetailViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Spotify AB.
2+
* Copyright (c) 2017 Spotify AB.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one
55
* or more contributor license agreements. See the NOTICE file

SPTPersistentCacheDemo/SPTPersistentCacheDemo/MasterViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Spotify AB.
2+
* Copyright (c) 2017 Spotify AB.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one
55
* or more contributor license agreements. See the NOTICE file

SPTPersistentCacheDemo/SPTPersistentCacheDemo/MasterViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Spotify AB.
2+
* Copyright (c) 2017 Spotify AB.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one
55
* or more contributor license agreements. See the NOTICE file

SPTPersistentCacheDemo/SPTPersistentCacheDemo/main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Spotify AB.
2+
* Copyright (c) 2017 Spotify AB.
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one
55
* or more contributor license agreements. See the NOTICE file

0 commit comments

Comments
 (0)