Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: lollipopkit🏳️‍⚧️ <10864310+lollipopkit@users.noreply.github.com>
  • Loading branch information
lollipopkit committed Jun 18, 2024
1 parent f628180 commit 649ded8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 213;
CURRENT_PROJECT_VERSION = 215;
DEVELOPMENT_TEAM = BA88US33G6;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -494,7 +494,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 213;
CURRENT_PROJECT_VERSION = 215;
DEVELOPMENT_TEAM = BA88US33G6;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -519,7 +519,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 213;
CURRENT_PROJECT_VERSION = 215;
DEVELOPMENT_TEAM = BA88US33G6;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion lib/data/res/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

class Build {
static const String name = "GPTBox";
static const int build = 213;
static const int build = 215;
}
2 changes: 1 addition & 1 deletion lib/view/page/setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class _SettingPageState extends State<SettingPage> {
return ListenBuilder(
listenable: _cfgRN,
builder: () {
final cfg = OpenAICfg.current;
final cfg = OpenAICfg.current;
final children = [
_buildSwitchCfg(cfg),
_buildOpenAIKey(cfg.key),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gpt_box
description: "A third-party GPT Client for OpenAI API."
publish_to: 'none'
version: 1.0.213+213
version: 1.0.215+215

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit 649ded8

Please sign in to comment.