Skip to content

Commit e6f6210

Browse files
committed
Bump version to 0.2.0
1 parent 74e0677 commit e6f6210

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kjanat/chatlogger",
33
"description": "API for storing and retrieving chat interactions",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"author": "Kaj Kowalski <dev@kajkowalski.nl> (https://github.com/kjanat)",
66
"license": "MIT",
77
"main": "src/server.js",

src/config/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const semver = require('semver');
66

77
// Current version information
8-
const currentVersion = '0.1.1';
8+
const currentVersion = '0.2.0';
99

1010
module.exports = {
1111
// Current version without v prefix

0 commit comments

Comments
 (0)