mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 01:12:40 +08:00
chore: update v0.4.4
This commit is contained in:
parent
77178afad5
commit
721aa3c907
4 changed files with 3 additions and 13 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
# Run on pushing branches like `release/1.0.0`
|
||||
- "release/v*.*.*"
|
||||
- "release/*.*.*"
|
||||
|
||||
jobs:
|
||||
build-and-push-release-image:
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
version: "3.2"
|
||||
services:
|
||||
portainer:
|
||||
image: neosmemo/memos:latest
|
||||
container_name: memos
|
||||
ports:
|
||||
- "5230:5230"
|
||||
volumes:
|
||||
- ~/.memos/:/var/opt/memos
|
||||
command: --mode=prod --port=5230
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
// Version is the service current released version.
|
||||
// Semantic versioning: https://semver.org/
|
||||
var Version = "0.4.3"
|
||||
var Version = "0.4.4"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.4.4"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "memos",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
|
|
Loading…
Reference in a new issue