Skip to content

Commit 11d607f

Browse files
authored
Fix versioning (#62)
* Revert "[CI Pipeline] Released Minor version: 1.5.0" This reverts commit e2ed90b. * Revert versions to 1.4.0 * Bump to use shared-actions v3
1 parent 1b9630e commit 11d607f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build-and-publish:
1515
name: Build and publish iOS release
16-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-ios-version.yaml@v2
16+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-ios-version.yaml@v3
1717
with:
1818
release_type: ${{ inputs.release_type }}
1919
secrets: inherit

Sources/UID2/Properties/UID2SDKProperties.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
public enum UID2SDKProperties {
1111

1212
public static func getUID2SDKVersion() -> (major: Int, minor: Int, patch: Int) {
13-
(1, 5, 0)
13+
(1, 4, 0)
1414
}
1515

1616
}

UID2.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"summary": "A framework for integrating UID2 into iOS applications.",
44
"homepage": "https://unifiedid.com/",
55
"license": "Apache License, Version 2.0",
6-
"version": "1.5.0",
6+
"version": "1.4.0",
77
"authors": {
88
"David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-sdk.git",
12-
"tag": "v1.5.0"
12+
"tag": "v1.4.0"
1313
},
1414
"platforms": {
1515
"ios": "13.0",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.5", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }
1+
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.4", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }

0 commit comments

Comments
 (0)