Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 11, 2023
1 parent 952a458 commit 44dd2d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/ascii-art/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-plugin-example-ascii-art",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Example ChatGPT Plugin which renders text as ASCII art. Built using Cloudflare workers.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
Expand Down
2 changes: 1 addition & 1 deletion examples/dexa-lex-fridman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-plugin-example-dexa-lex-fridman",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Search across all of the Lex Fridman Podcast episodes – powered by Dexa AI.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
Expand Down
2 changes: 1 addition & 1 deletion examples/dexa-mfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-plugin-example-dexa-mfm",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Search across all of the My First Million Podcast – powered by Dexa AI.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.1"
"version": "0.1.2"
}
2 changes: 1 addition & 1 deletion packages/chatgpt-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-plugin",
"version": "0.1.1",
"version": "0.1.2",
"description": "Types and utilities for building ChatGPT plugins with TypeScript.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"repository": "transitive-bullshit/chatgpt-plugin-ts",
Expand Down

1 comment on commit 44dd2d5

@vercel
Copy link

@vercel vercel bot commented on 44dd2d5 Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.