Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ARG BUILDPLATFORM
# Add metadata labels
LABEL org.opencontainers.image.title="Pabawi"
LABEL org.opencontainers.image.description="Puppet Ansible Bolt Awesome Web Interface"
LABEL org.opencontainers.image.version="0.8.0"
LABEL org.opencontainers.image.version="0.8.1"
LABEL org.opencontainers.image.vendor="example42"
Comment on lines 53 to 55
LABEL org.opencontainers.image.source="https://github.com/example42/pabawi"

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.8.0",
"version": "0.8.1",
"description": "Backend API server for Pabawi",
"main": "dist/server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.8.0",
"version": "0.8.1",
"description": "Pabawi frontend web interface",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<h1 class="text-2xl font-bold text-primary-600 dark:text-primary-400">
Pabawi
</h1>
<span class="text-xs text-gray-500 dark:text-gray-400">v0.8.0</span>
<span class="text-xs text-gray-500 dark:text-gray-400">v0.8.1</span>
</div>
</div>
<div class="ml-10 flex items-baseline space-x-4">
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pabawi",
"version": "0.8.0",
"version": "0.8.1",
"description": "Pabawi - Web interface for Bolt automation tool",
"private": true,
"workspaces": [
Expand Down
Loading