Skip to content

Commit c2664a9

Browse files
haeserdaniel-moh
andauthored
Prepare 3.0.0 (#347)
* Bump version to 3.0.0 * Update changelog * Update changelog to the Github format * Add ruby-version * Fix copyright script * Update license header year - happy new year * Update release script --------- Co-authored-by: Daniel <[email protected]>
1 parent 09f014e commit c2664a9

File tree

130 files changed

+156
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+156
-161
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.0

CHANGELOG.md

Lines changed: 26 additions & 0 deletions

JOSESwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JOSESwift"
3-
s.version = "2.4.0"
3+
s.version = "3.0.0"
44
s.license = "Apache License, Version 2.0"
55

66
s.summary = "JOSE framework for Swift"

JOSESwift/Sources/Common/ASN1DEREncoding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Daniel Egger on 08.02.18.
66
//
77
// ---------------------------------------------------------------------------
8-
// Copyright 2019 Airside Mobile Inc.
8+
// Copyright 2024 Airside Mobile Inc.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

JOSESwift/Sources/Common/ASN1DERParsing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Daniel Egger on 06.02.18.
66
//
77
// ---------------------------------------------------------------------------
8-
// Copyright 2019 Airside Mobile Inc.
8+
// Copyright 2024 Airside Mobile Inc.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

JOSESwift/Sources/Common/AlgorithmExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Daniel Egger on 12.02.20.
66
//
77
// ---------------------------------------------------------------------------
8-
// Copyright 2020 Airside Mobile Inc.
8+
// Copyright 2024 Airside Mobile Inc.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

JOSESwift/Sources/Common/Algorithms.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Modified by Jarrod Moldrich on 02.07.18.
77
//
88
// ---------------------------------------------------------------------------
9-
// Copyright 2019 Airside Mobile Inc.
9+
// Copyright 2024 Airside Mobile Inc.
1010
//
1111
// Licensed under the Apache License, Version 2.0 (the "License");
1212
// you may not use this file except in compliance with the License.

JOSESwift/Sources/Common/DataConvertible.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Daniel Egger on 26/09/2017.
66
//
77
// ---------------------------------------------------------------------------
8-
// Copyright 2019 Airside Mobile Inc.
8+
// Copyright 2024 Airside Mobile Inc.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

JOSESwift/Sources/Common/DataExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Daniel Egger on 22/09/2017.
66
//
77
// ---------------------------------------------------------------------------
8-
// Copyright 2019 Airside Mobile Inc.
8+
// Copyright 2024 Airside Mobile Inc.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

JOSESwift/Sources/Common/Deserializer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Daniel Egger on 26/09/2017.
66
//
77
// ---------------------------------------------------------------------------
8-
// Copyright 2019 Airside Mobile Inc.
8+
// Copyright 2024 Airside Mobile Inc.
99
//
1010
// Licensed under the Apache License, Version 2.0 (the "License");
1111
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)