Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Nov 19, 2020
1 parent 0e6428f commit 74c6529
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions TCHAP_CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in Tchap 1.1.0 (2020-11-19)
===================================================

Bug Fixes:
* [Room Preview] unexpected failure on join: "Not possible to join an empty room" #346
* Wrong error message displayed to the external users when they try to join a room by link

Changes in Tchap 1.0.30 (2020-11-17)
===================================================

Expand Down
4 changes: 2 additions & 2 deletions Tchap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9379,7 +9379,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0.30;
MARKETING_VERSION = 1.1.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -9431,7 +9431,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0.30;
MARKETING_VERSION = 1.1.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down

0 comments on commit 74c6529

Please sign in to comment.