Skip to content

Commit 97742e3

Browse files
Merge pull request #73 from SAMA-Communications/development
Release 0.11.1
2 parents 4881014 + e2259f5 commit 97742e3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.11.1
4+
5+
### Fixes:
6+
- Added organization id for production environment
7+
38
## 0.11.0
49

510
### Features:

lib/src/api/utils/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const String _apiProdUrl = 'api.samacloud.io';
22
const String _apiDevUrl = 'api-dev.samacloud.io';
33

4-
const String _organizationIdProd = '6821d147b2bb04e5fe564c73';
4+
const String _organizationIdProd = '68273ebe767d95c4f251de2c';
55
const String _organizationIdDev = '6821d147b2bb04e5fe564c73';
66

77
enum EnvType {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sama_client_flutter
22
description: "The SAMA client for Flutter"
33
publish_to: 'none'
4-
version: 0.11.0
4+
version: 0.11.1
55

66
environment:
77
sdk: '>=3.3.0 <4.0.0'

0 commit comments

Comments
 (0)