parent
fd6544f415
commit
93cb75a3f7
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build (${{ matrix.os }} - ${{ matrix.arch }})
|
||||
|
|
|
@ -2,7 +2,9 @@ name: Server
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["main", "compile"]
|
||||
branches: ["main"]
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "silverbullet",
|
||||
"version": "0.3.100",
|
||||
"version": "0.3.101",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "silverbullet",
|
||||
"version": "0.3.100",
|
||||
"version": "0.3.101",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@electron-forge/publisher-github": "^6.0.4",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "silverbullet",
|
||||
"version": "0.3.100",
|
||||
"version": "0.3.101",
|
||||
"description": "Markdown as a platform",
|
||||
"main": ".webpack/main",
|
||||
"scripts": {
|
||||
|
|
|
@ -1 +1 @@
|
|||
export const version = '0.3.100';
|
||||
export const version = '0.3.101';
|
||||
|
|
Loading…
Reference in New Issue