Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Nov 9, 2022
1 parent 07de809 commit 588a32e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Glider/Sources/GliderSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class GliderSDK {
public static let shared = GliderSDK()

/// SDK Current Version.
public static let version = "1.0.1"
public static let version = "1.0.2"

/// Identifier of the package
public static let identifier = "com.glider-logger"
Expand Down
2 changes: 1 addition & 1 deletion GliderLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GliderLogger"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Lightweight yet powerful logging library. It's the Winston.js for Swift!"
s.homepage = "https://github.com/malcommac/Glider.git"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion GliderNetWatcher.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GliderNetWatcher"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Networking monitor/sniffer for Glider Logging Service"
s.homepage = "https://github.com/malcommac/Glider.git"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion GliderSentry.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GliderSentry"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Sentry Transport service for Glider Logger"
s.homepage = "https://github.com/malcommac/Glider.git"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 588a32e

Please sign in to comment.