Skip to content

Commit

Permalink
Merge pull request #328 from zapcannon87/developer
Browse files Browse the repository at this point in the history
release: 17.4.6
  • Loading branch information
zapcannon87 authored Feb 14, 2020
2 parents 57a266d + 0f45668 commit 9be4bf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.4.5
17.4.6
2 changes: 1 addition & 1 deletion LeanCloud.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LeanCloud'
s.version = '17.4.5'
s.version = '17.4.6'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'LeanCloud Swift SDK'
s.homepage = 'https://leancloud.cn/'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Foundation/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
import Foundation

public struct Version {
public static let versionString = "17.4.5"
public static let versionString = "17.4.6"
}

0 comments on commit 9be4bf3

Please sign in to comment.