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",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "archery",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.3",

View File

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

View File

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