Skip to content

Commit 580ee4f

Browse files
committed
update
1 parent 0ed16aa commit 580ee4f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

else/thought.txt

+1
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ headless false to get cookie? NO
5858
check chatGPT verify mask? Difficult
5959
color setting of vi for symbols (now is black can't see in black background)
6060
restart for faulse AI model?
61+
escapt %v out of %!s(MISSING): on webpage

release/upload.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ func main() {
3131

3232
// Create a new release
3333
release, _, err := client.Repositories.CreateRelease(ctx, owner, repo, &github.RepositoryRelease{
34-
TagName: github.String("v0.2.2"),
34+
TagName: github.String("v0.2.3"),
3535
TargetCommitish: github.String("master"),
36-
Name: github.String("Release v0.2.2"),
37-
Body: github.String("Welcome to Aih! Fixed Claude json encoding with newline problem."),
36+
Name: github.String("Release v0.2.3"),
37+
Body: github.String("Welcome to Aih! Fixed Claude json encoding with newline problem in multiple input mode."),
3838
Draft: github.Bool(false),
3939
Prerelease: github.Bool(false),
4040
})

0 commit comments

Comments
 (0)