Skip to content

Commit f9fa8ef

Browse files
codedogQBYclaude
andcommitted
chore: bump version to v1.1.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11fc5ab commit f9fa8ef

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/app-expo/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "ReadAny",
44
"slug": "readany",
5-
"version": "1.1.3",
5+
"version": "1.1.4",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "automatic",

packages/app-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readany/app-expo",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"private": true,
55
"main": "index.js",
66
"expo": {

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app",
33
"private": true,
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/app/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": "ReadAny",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"identifier": "com.readany.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)