Skip to content

Commit

Permalink
build: revert 1.0.0 release, bump version to 0.0.1 (#25)
Browse files Browse the repository at this point in the history
* Revert "chore(release): 1.0.0 [skip ci]"

This reverts commit cda1927.

* build: bump version to 0.0.1
  • Loading branch information
liuyang1520 authored Dec 15, 2022
1 parent cda1927 commit ddb9eeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
2 changes: 1 addition & 1 deletion AmplitudeSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amplitude_version = "1.0.0" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "0.0.1" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "AmplitudeSwift"
Expand Down
36 changes: 0 additions & 36 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/Amplitude/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum ServerZone: String {

public struct Constants {
static let SDK_LIBRARY = "amplitude-swift"
static let SDK_VERSION = "1.0.0"
static let SDK_VERSION = "0.0.1"
public static let DEFAULT_API_HOST = "https://api2.amplitude.com/2/httpapi"
public static let EU_DEFAULT_API_HOST = "https://api.eu.amplitude.com/2/httpapi"
static let BATCH_API_HOST = "https://api2.amplitude.com/batch"
Expand Down

0 comments on commit ddb9eeb

Please sign in to comment.