version bump due to being close to the point where I'll start using this

This commit is contained in:
Pagwin 2025-11-26 21:02:22 -05:00
parent 6dfccf331d
commit 10ea8c2177
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ghcr.io/pagwin2/psb:v1.1 tags: ghcr.io/pagwin2/psb:v2
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image (latest) - name: Build and push Docker image (latest)

View file

@ -8,7 +8,7 @@ name: psb
-- PVP summary: +-+------- breaking API changes -- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions -- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change -- | | | +--- code changes with no API change
version: 0.1.0.0 version: 0.2.0.0
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE