mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
3.6.1
This commit is contained in:
parent
4534b60366
commit
16cb98e63c
3 changed files with 12 additions and 2 deletions
10
.babelrc
Normal file
10
.babelrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"presets": [
|
||||
["env", {
|
||||
"targets": {
|
||||
"electron": "8"
|
||||
}
|
||||
}],
|
||||
"react"
|
||||
]
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
|
|||
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
|
||||
# Custom
|
||||
singlebox_version: 3.6.0
|
||||
singlebox_version: 3.6.1
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Singlebox",
|
||||
"description": "All Your Apps in One Single Window",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0 <13.0.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue