Skip to content

Commit

Permalink
Bump to version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Jan 27, 2016
1 parent 2374379 commit 8a292a2
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions AcknowList.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AcknowList",
"version": "0.1",
"version": "0.2",
"summary": "Ready to use “Acknowledgements”/“Licenses” view controller for CocoaPods.",
"homepage": "https://github.com/vtourraine/AcknowList",
"license": {
Expand All @@ -13,7 +13,7 @@
"social_media_url": "http://twitter.com/vtourraine",
"source": {
"git": "https://github.com/vtourraine/AcknowList.git",
"tag": "0.1"
"tag": "0.2"
},
"source_files": "Source/*.swift",
"platforms": {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.2 (work in progress)
## 0.2 (27 January 2016)

- Fixed list sort order
- Updated default footer text for CocoaPods 1.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 Vincent Tourraine (http://www.vtourraine.net)
Copyright (c) 2015-2016 Vincent Tourraine (http://www.vtourraine.net)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Source/Acknow.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Acknow.swift
//
// Copyright (c) 2015 Vincent Tourraine (http://www.vtourraine.net)
// Copyright (c) 2015-2016 Vincent Tourraine (http://www.vtourraine.net)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Source/AcknowListViewController.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AcknowListViewController.swift
//
// Copyright (c) 2015 Vincent Tourraine (http://www.vtourraine.net)
// Copyright (c) 2015-2016 Vincent Tourraine (http://www.vtourraine.net)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Source/AcknowParser.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AcknowParser.swift
//
// Copyright (c) 2015 Vincent Tourraine (http://www.vtourraine.net)
// Copyright (c) 2015-2016 Vincent Tourraine (http://www.vtourraine.net)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Source/AcknowViewController.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AcknowViewController.swift
//
// Copyright (c) 2015 Vincent Tourraine (http://www.vtourraine.net)
// Copyright (c) 2015-2016 Vincent Tourraine (http://www.vtourraine.net)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Tests/AcknowExample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// AcknowExample
//
// Created by Vincent Tourraine on 15/08/15.
// Copyright (c) 2015 VTourraine. All rights reserved.
// Copyright (c) 2015-2016 VTourraine. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Tests/AcknowExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// AcknowExample
//
// Created by Vincent Tourraine on 15/08/15.
// Copyright (c) 2015 VTourraine. All rights reserved.
// Copyright (c) 2015-2016 VTourraine. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// AcknowExample
//
// Created by Vincent Tourraine on 22/08/15.
// Copyright © 2015 VTourraine. All rights reserved.
// Copyright © 2015-2016 VTourraine. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Tests/AcknowExampleTests/AcknowParserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// AcknowExampleTests
//
// Created by Vincent Tourraine on 15/08/15.
// Copyright © 2015 VTourraine. All rights reserved.
// Copyright © 2015-2016 VTourraine. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Tests/AcknowExampleTests/AcknowViewControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// AcknowExample
//
// Created by Vincent Tourraine on 22/08/15.
// Copyright © 2015 VTourraine. All rights reserved.
// Copyright © 2015-2016 VTourraine. All rights reserved.
//

import UIKit
Expand Down

0 comments on commit 8a292a2

Please sign in to comment.