File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
77
88## [ Unreleased]
99
10+ - NOTHING
11+
12+ ## [ 3.1.1] — 2020-09-09
13+
1014### Fixed
1115
1216- ` java ` support.
Original file line number Diff line number Diff line change 287287 buildSettings = {
288288 CLANG_ENABLE_OBJC_WEAK = YES;
289289 COMBINE_HIDPI_IMAGES = YES;
290- CURRENT_PROJECT_VERSION = " 3.1.1.dev1 " ;
290+ CURRENT_PROJECT_VERSION = 3.1.1;
291291 MACOSX_DEPLOYMENT_TARGET = 10.15;
292- MARKETING_VERSION = 3.1.1.dev1 ;
292+ MARKETING_VERSION = 3.1.1;
293293 OTHER_CFLAGS = "-DDEBUG";
294294 };
295295 name = Debug;
299299 buildSettings = {
300300 CLANG_ENABLE_OBJC_WEAK = YES;
301301 COMBINE_HIDPI_IMAGES = YES;
302- CURRENT_PROJECT_VERSION = " 3.1.1.dev1 " ;
302+ CURRENT_PROJECT_VERSION = 3.1.1;
303303 MACOSX_DEPLOYMENT_TARGET = 10.15;
304- MARKETING_VERSION = 3.1.1.dev1 ;
304+ MARKETING_VERSION = 3.1.1;
305305 };
306306 name = Release;
307307 };
You can’t perform that action at this time.
0 commit comments