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.1.1] — 2020-09-09
13
+
10
14
### Fixed
11
15
12
16
- ` java ` support.
Original file line number Diff line number Diff line change 287
287
buildSettings = {
288
288
CLANG_ENABLE_OBJC_WEAK = YES;
289
289
COMBINE_HIDPI_IMAGES = YES;
290
- CURRENT_PROJECT_VERSION = " 3.1.1.dev1 " ;
290
+ CURRENT_PROJECT_VERSION = 3.1.1;
291
291
MACOSX_DEPLOYMENT_TARGET = 10.15;
292
- MARKETING_VERSION = 3.1.1.dev1 ;
292
+ MARKETING_VERSION = 3.1.1;
293
293
OTHER_CFLAGS = "-DDEBUG";
294
294
};
295
295
name = Debug;
299
299
buildSettings = {
300
300
CLANG_ENABLE_OBJC_WEAK = YES;
301
301
COMBINE_HIDPI_IMAGES = YES;
302
- CURRENT_PROJECT_VERSION = " 3.1.1.dev1 " ;
302
+ CURRENT_PROJECT_VERSION = 3.1.1;
303
303
MACOSX_DEPLOYMENT_TARGET = 10.15;
304
- MARKETING_VERSION = 3.1.1.dev1 ;
304
+ MARKETING_VERSION = 3.1.1;
305
305
};
306
306
name = Release;
307
307
};
You can’t perform that action at this time.
0 commit comments