Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Jul 27, 2024
1 parent fe1736c commit 8ac2c9b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/node:22.4.1

USER node
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"build": {
"context": ".",
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker"
]
}
},
"name": "Node.js 22"
}
8 changes: 4 additions & 4 deletions cinnabar.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"version": {
"major": 0,
"minor": 3,
"patch": 1,
"revision": 6,
"text": "0.3.1",
"timestamp": 1711107916
"patch": 2,
"revision": 7,
"text": "0.3.2",
"timestamp": 1722116290
},
"stack": {
"nodejs": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapserve",
"version": "0.3.1",
"version": "0.3.2",
"description": "Web-serve your folders in a snap using various view modes",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions src/cinnabar.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default {
"version": {
"major": 0,
"minor": 3,
"patch": 1,
"revision": 6,
"text": "0.3.1",
"timestamp": 1711107916
"patch": 2,
"revision": 7,
"text": "0.3.2",
"timestamp": 1722116290
},
"stack": {
"nodejs": {
Expand Down

0 comments on commit 8ac2c9b

Please sign in to comment.