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