version increment
All checks were successful
publish / publish-tauri (, ubuntu-22.04) (push) Successful in 4m22s
All checks were successful
publish / publish-tauri (, ubuntu-22.04) (push) Successful in 4m22s
This commit is contained in:
parent
1f9f1156e3
commit
c95c259da5
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "smoothie",
|
"name": "smoothie",
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "smoothie",
|
"name": "smoothie",
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "^2",
|
"@tauri-apps/api": "^2",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smoothie",
|
"name": "smoothie",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "smoothie",
|
"productName": "smoothie",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"identifier": "smoothie",
|
"identifier": "smoothie",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "bun run dev",
|
"beforeDevCommand": "bun run dev",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user