Skip to content

Commit c9d3082

Browse files
committed
Resolve Podspec version to semantic version
It's not 1.0.0 yet, but it will be soon. Fixes stephencelis#258. Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent e01cb82 commit c9d3082

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SQLiteCipher.swift.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ require_relative 'Supporting Files/podspec.rb'
22

33
Pod::Spec.new do |spec|
44
spec.name = 'SQLiteCipher.swift'
5-
spec.version = '1.0.0.pre'
65
spec.summary = 'The SQLCipher flavor of SQLite.swift.'
76

87
spec.description = <<-DESC

Supporting Files/podspec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$podspec_version = '1.0.0.pre'
1+
$podspec_version = '1.0.0'
22
$podspec_source_git = 'https://github.com/stephencelis/SQLite.swift.git'
33

44
def apply_shared_config spec, name

0 commit comments

Comments
 (0)