back to development: 0.1.4

This commit is contained in:
Cory Sanin 2025-01-15 22:02:55 -05:00
parent 14f0d494be
commit 96b9d3210c
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "archery", "name": "archery",
"version": "0.1.3", "version": "0.1.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "archery", "name": "archery",
"version": "0.1.3", "version": "0.1.4",
"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.1.3", "version": "0.1.4",
"description": "Build Arch packages through a web interface", "description": "Build Arch packages through a web interface",
"keywords": [ "keywords": [
"docker", "docker",

View File

@ -1,6 +1,7 @@
<div class="content footer"> <div class="content footer">
<footer> <footer>
<ul> <ul>
<li><a href="/">Home</a></li>
<li>Developed by Cory Sanin</li> <li>Developed by Cory Sanin</li>
<li><a href="https://github.com/CorySanin/archery">Source</a></li> <li><a href="https://github.com/CorySanin/archery">Source</a></li>
</ul> </ul>