Skip to content

Commit 8efcb58

Browse files
committed
Version bump
[ci skip]
1 parent 8d62511 commit 8efcb58

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
BotKit changelog
22
================
33

4+
Version 0.4.0
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.3.0
511
-------------
612

packages/botkit-sqlite/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedify/botkit-sqlite",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "AGPL-3.0-only",
55
"exports": {
66
".": "./src/mod.ts"

packages/botkit-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedify/botkit-sqlite",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "SQLite-based repository for BotKit",
55
"license": "AGPL-3.0-only",
66
"author": {

packages/botkit/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedify/botkit",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "AGPL-3.0-only",
55
"exports": {
66
".": "./src/mod.ts",

packages/botkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedify/botkit",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A framework for creating ActivityPub bots",
55
"license": "AGPL-3.0-only",
66
"author": {

0 commit comments

Comments
 (0)