Skip to content

Commit

Permalink
[ Edit ] returned back https api.langsync.app domain
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Oct 2, 2023
1 parent ce50bd1 commit 55e1371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/etc/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Utils {
}

String endpoint(String path) {
return 'http://165.227.72.190${path.startsWith("/") ? path : "/$path"}';
return 'https://api.langsync.app${path.startsWith("/") ? path : "/$path"}';
}

List<String> randomLoadingFrames() {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '0.7.3';
const packageVersion = '0.7.4';
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: A Very Good Project created by Very Good CLI.
version: 0.7.3
version: 0.7.4
publish_to: none

environment:
Expand Down

0 comments on commit 55e1371

Please sign in to comment.