Skip to content

Commit

Permalink
Added swift-version file to repo to pass lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Sep 16, 2016
1 parent ece3fb1 commit 4bbc3cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion AFDateHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "AFDateHelper"
s.version = "3.5.2"
s.version = "3.5.3"
s.summary = "Date Extension for Swift 3.0"
s.description = <<-DESC
Extension for NSDate in Swift for creating, modifying or comparing dates.
Expand Down
2 changes: 1 addition & 1 deletion Sources/DateHelper.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AFDateExtension.swift
//
// Version 3.5.2
// Version 3.5.3
//
// Created by Melvin Rivera on 7/15/14.
// Copyright (c) 2014. All rights reserved.
Expand Down

0 comments on commit 4bbc3cd

Please sign in to comment.