Skip to content

Commit 79bd380

Browse files
committed
Upgrade to 1.14.0
1 parent d9239c3 commit 79bd380

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Xcode/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.13.0</string>
18+
<string>1.14.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.13.0</string>
20+
<string>1.14.0</string>
2121
</dict>
2222
</plist>

include/libheif/heif_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
#define LIBHEIF_HEIF_VERSION_H
2929

3030
/* Numeric representation of the version */
31-
#define LIBHEIF_NUMERIC_VERSION 0x01130000
31+
#define LIBHEIF_NUMERIC_VERSION 0x01140000
3232

3333
/* Version string */
34-
#define LIBHEIF_VERSION "1.13.0"
34+
#define LIBHEIF_VERSION "1.14.0"
3535

3636
#endif // LIBHEIF_HEIF_VERSION_H

libheif.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'libheif'
11-
s.version = '1.13.0'
11+
s.version = '1.14.0'
1212
s.summary = 'libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)