Skip to content

Commit

Permalink
[ Edit ]
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Dec 1, 2023
1 parent 0559eaf commit 4a868cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/etc/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'dart:math';
final utils = Utils();

class Utils {
final isDebugMode = true;
final isDebugMode = false;

//! notice the "/"
String get baseUrl =>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langsync
description: an AI powered localization tool for any platform and language.
version: 0.9.5
version: 0.9.51
homepage: https://langsync.app
repository: https://github.com/LangSync/cli

Expand Down

0 comments on commit 4a868cd

Please sign in to comment.