We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4881014 + e2259f5 commit 97742e3Copy full SHA for 97742e3
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.11.1
4
+
5
+### Fixes:
6
+- Added organization id for production environment
7
8
## 0.11.0
9
10
### Features:
lib/src/api/utils/config.dart
@@ -1,7 +1,7 @@
const String _apiProdUrl = 'api.samacloud.io';
const String _apiDevUrl = 'api-dev.samacloud.io';
-const String _organizationIdProd = '6821d147b2bb04e5fe564c73';
+const String _organizationIdProd = '68273ebe767d95c4f251de2c';
const String _organizationIdDev = '6821d147b2bb04e5fe564c73';
enum EnvType {
pubspec.yaml
name: sama_client_flutter
description: "The SAMA client for Flutter"
publish_to: 'none'
-version: 0.11.0
+version: 0.11.1
environment:
sdk: '>=3.3.0 <4.0.0'
0 commit comments