File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing
11
+
12
+ ## [ 3.0.2] — 2020-09-08
13
+
10
14
### Added
11
15
12
16
- ` xsd ` /` xquery ` /` xml ` /` xsl ` support.
Original file line number Diff line number Diff line change 286
286
buildSettings = {
287
287
CLANG_ENABLE_OBJC_WEAK = YES;
288
288
COMBINE_HIDPI_IMAGES = YES;
289
- CURRENT_PROJECT_VERSION = 3.0.1 ;
289
+ CURRENT_PROJECT_VERSION = 3.0.2 ;
290
290
MACOSX_DEPLOYMENT_TARGET = 10.15;
291
- MARKETING_VERSION = 3.0.1 ;
291
+ MARKETING_VERSION = 3.0.2 ;
292
292
OTHER_CFLAGS = "-DDEBUG";
293
293
};
294
294
name = Debug;
298
298
buildSettings = {
299
299
CLANG_ENABLE_OBJC_WEAK = YES;
300
300
COMBINE_HIDPI_IMAGES = YES;
301
- CURRENT_PROJECT_VERSION = 3.0.1 ;
301
+ CURRENT_PROJECT_VERSION = 3.0.2 ;
302
302
MACOSX_DEPLOYMENT_TARGET = 10.15;
303
- MARKETING_VERSION = 3.0.1 ;
303
+ MARKETING_VERSION = 3.0.2 ;
304
304
};
305
305
name = Release;
306
306
};
You can’t perform that action at this time.
0 commit comments