File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.13 .0 </string >
18
+ <string >1.14 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >1.13 .0 </string >
20
+ <string >1.14 .0 </string >
21
21
</dict >
22
22
</plist >
Original file line number Diff line number Diff line change 28
28
#define LIBHEIF_HEIF_VERSION_H
29
29
30
30
/* Numeric representation of the version */
31
- #define LIBHEIF_NUMERIC_VERSION 0x01130000
31
+ #define LIBHEIF_NUMERIC_VERSION 0x01140000
32
32
33
33
/* Version string */
34
- #define LIBHEIF_VERSION "1.13 .0"
34
+ #define LIBHEIF_VERSION "1.14 .0"
35
35
36
36
#endif // LIBHEIF_HEIF_VERSION_H
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'libheif'
11
- s . version = '1.13 .0'
11
+ s . version = '1.14 .0'
12
12
s . summary = 'libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.'
13
13
14
14
# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments