back to development: 0.0.2

This commit is contained in:
Cory Sanin 2025-01-14 03:35:10 -05:00
parent 018610ea47
commit c8d0cb2fe1
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: MultiArchDockerBuild name: App Image CI
on: on:
push: push:

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "archery", "name": "archery",
"version": "0.0.1", "version": "0.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "archery", "name": "archery",
"version": "0.0.1", "version": "0.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"body-parser": "^1.20.3", "body-parser": "^1.20.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "archery", "name": "archery",
"version": "0.0.1", "version": "0.0.2",
"description": "Build Arch packages through a web interface", "description": "Build Arch packages through a web interface",
"keywords": [ "keywords": [
"docker", "docker",