Skip to content

Commit

Permalink
Create Version 0.2.0 (#72)
Browse files Browse the repository at this point in the history
* Create Version 0.2.0

* fix Package.resolved

* create-version.sh: open create pull request github page after pushing to origin
  • Loading branch information
r3to authored Aug 26, 2024
1 parent 4205357 commit 4649992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Sources/OJP/Generated/Version.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Foundation

// This is automatically generated by 'create-version.sh'

public extension OJP {
/// Current version of the SDK: 0.1.0
static let version = "0.1.0"
extension OJP {
/// Current version of the SDK: 0.2.0
public static let version = "0.2.0"
}
2 changes: 2 additions & 0 deletions create-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ git commit -am "Create Version $NEWTAG"
git tag $NEWTAG

git push --tags --set-upstream origin $BRANCHNAME

open "https://github.com/openTdataCH/ojp-ios/compare/release/$NEWTAG?expand=1"

0 comments on commit 4649992

Please sign in to comment.