Skip to content

Commit

Permalink
build: bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j1nxie committed Mar 7, 2024
1 parent a43a6bd commit 10e8003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:lts-alpine AS builder

LABEL version="1.3.0"
LABEL version="1.3.1"
LABEL description="an API to fetch the current arknights event from gamepress.gg"
LABEL maintainer="j1nxie <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "closure-api",
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 10e8003

Please sign in to comment.