diff --git a/package.json b/package.json index bfa0f6f..45d01f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghactivities", - "version": "0.3.0", + "version": "0.4.0", "description": "", "keywords": [ "ai", diff --git a/src/cli/index.ts b/src/cli/index.ts index f2d7091..ef69ea3 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -14,7 +14,7 @@ const program = new Command(); program .name("ghevents") .description("CLI tool to fetch GitHub events and export to XML") - .version("0.3.0") + .version("0.4.0") .option("-t, --github-token ", "GitHub access token") .option("-o, --output ", "Output file name", "./ghevents.xml") .option("-s, --since ", "Start date in ISO8601 format")