Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
look changelog
  • Loading branch information
CidQu committed May 1, 2023
1 parent 825bba2 commit 29ca75e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.3.1
* Renewed ip adress with static domain. So it should no longer disapper after long usage. It has SSL as well.

## 2.3.0
* Removed Docker_Commender, because it was not working as I intened.
* Renewed ip adresses.
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOGTR.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.3.1
* ip adresi yerine alan adı ekledim, artık kopmalar yaşanmayacak ve SSL de var.

## 2.3.0
* Docker_Command kaldırıldı, beklediğim performansı yakalayamadım.
* Ip adresleri yenilendi.
Expand Down
2 changes: 1 addition & 1 deletion lib/env.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class env {
static String ipAdresi = "http://34.118.83.161";
static String ipAdresi = "https://api.cidqu.net/zemberek";
static String port = '4567';
static String host = 'localhost';

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: sozluk
description: Sozluk is a community-driven Turkish dictionary powered by Turkish Language Association.
version: 2.3.0
version: 2.3.1

environment:
sdk: ">=2.15.1 <3.0.0"
Expand Down

0 comments on commit 29ca75e

Please sign in to comment.