Skip to content

Commit

Permalink
chore: Bump version to 2.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Sep 19, 2023
1 parent e832eac commit 4a6477d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions paperboy-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions paperboy-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy-cli",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"repository": "https://github.com/neoskop/paperboy",
"homepage": "https://neolabs.io",
Expand All @@ -13,7 +13,7 @@
},
"author": "Neoskop GmbH",
"dependencies": {
"@neoskop/paperboy": "2.9.0",
"@neoskop/paperboy": "2.9.1",
"chalk": "5.3.0",
"commander": "11.0.0",
"inquirer": "9.2.11",
Expand Down
2 changes: 1 addition & 1 deletion paperboy-cli/paperboy-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { readFileSync } from "fs";
import { Paperboy } from "@neoskop/paperboy";
import { program } from "commander";

program.version("2.9.0").description("Paperboy CLI");
program.version("2.9.1").description("Paperboy CLI");

program
.description(
Expand Down
4 changes: 2 additions & 2 deletions paperboy-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion paperboy-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions paperboy-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: paperboy
description: A Helm chart to deploy the paperboy push service and optionally a queue
type: application
version: 2.9.0
appVersion: 2.9.0
version: 2.9.1
appVersion: 2.9.1
home: http://paperboy.sh
sources:
- https://github.com/neoskop/paperboy
Expand Down
2 changes: 1 addition & 1 deletion paperboy-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: neoskop/paperboy-push-service
tag: 2.9.0
tag: 2.9.1
pullPolicy: IfNotPresent
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions paperboy-push-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion paperboy-push-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy-push-service",
"version": "2.9.0",
"version": "2.9.1",
"description": "",
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 4a6477d

Please sign in to comment.