Skip to content

Commit 3a01220

Browse files
committed
chore: bump version to 1.2.1 in package.json and tauri.conf.json
1 parent 75b5315 commit 3a01220

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clipstack",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host 0.0.0.0 --port 1420",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "ClipStack",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"identifier": "com.clipstack.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
5+
base: './',
56
plugins: [react()],
67
clearScreen: false,
78
server: {

0 commit comments

Comments
 (0)