Skip to content

Commit f5d73ca

Browse files
committed
bump version to 0.51.0
1 parent 622d17b commit f5d73ca

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-backend",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"description": "",
55
"author": "",
66
"private": true,

cli/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = kleinkram
3-
version = 0.51.0
3+
version = 0.52.0
44
description = give me your bags
55
long_description = file: README.md
66
long_description_content_type = text/markdown

common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-common",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"license": "MIT",
55
"scripts": {
66
"seed:config": "ts-node ./node_modules/typeorm-seeding/dist/cli.js config",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-docs",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"license": "MIT",
55
"target": "es2022",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-frontend",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"description": "Data storage of ROS bags",
55
"productName": "Kleinkram",
66
"author": "Johann Schwabe <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"main": "index.js",
55
"repository": "[email protected]:leggedrobotics/GrandTourDatasets.git",
66
"author": "Johann Schwabe <[email protected]>",

queueConsumer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-queue-consumer",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "nest start",

0 commit comments

Comments
 (0)