Skip to content

Commit fd18c75

Browse files
committed
14.1.1
1 parent 5de3a5e commit fd18c75

36 files changed

+53
-46
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [14.1.1](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.1)
4+
5+
Released on 2024-01-22.
6+
7+
#### Revision
8+
9+
- Year bump.
10+
311
## [14.1.0](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.0)
412

513
Released on 2023-10-15.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Related Code
3+
Copyright (c) 2024 Related Code
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ProgressHUD.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 = 'ProgressHUD'
3-
s.version = '14.1.0'
3+
s.version = '14.1.1'
44
s.license = 'MIT'
55

66
s.summary = 'A lightweight and easy-to-use Progress HUD for iOS.'

ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2023 Related Code - https://relatedcode.com
2+
// Copyright (c) 2024 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2023 Related Code - https://relatedcode.com
2+
// Copyright (c) 2024 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2023 Related Code - https://relatedcode.com
2+
// Copyright (c) 2024 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2023 Related Code - https://relatedcode.com
2+
// Copyright (c) 2024 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2023 Related Code - https://relatedcode.com
2+
// Copyright (c) 2024 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2023 Related Code - https://relatedcode.com
2+
// Copyright (c) 2024 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2023 Related Code - https://relatedcode.com
2+
// Copyright (c) 2024 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

0 commit comments

Comments
 (0)