Skip to content

Commit

Permalink
Bump version to v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat authored and KhaledNjim committed Feb 23, 2024
1 parent d9dfe2b commit 60b2932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ extension LinShareNodeTypeExtension on LinShareNodeType {
case LinShareNodeType.DRIVE:
return AppLocalizations.of(context).create_drive;
case LinShareNodeType.WORK_GROUP:
return AppLocalizations.of(context).create_workgroup;
return AppLocalizations.of(context).create_new_workgroup;
case LinShareNodeType.WORK_SPACE:
return AppLocalizations.of(context).create_workspace;
return AppLocalizations.of(context).create_new_workspace;
}
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.8.0
version: 3.9.0

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

0 comments on commit 60b2932

Please sign in to comment.