Skip to content

Commit 12677b2

Browse files
author
BookDock Dev
committed
chore(release): bump version to 0.0.68
1 parent 0c84392 commit 12677b2

16 files changed

Lines changed: 25 additions & 25 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bookdock/desktop",
3-
"version": "0.0.67",
3+
"version": "0.0.68",
44
"private": true,
55
"author": "NasDock <team@nasdock.app>",
66
"repository": {

apps/mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ android {
9292
minSdkVersion rootProject.ext.minSdkVersion
9393
targetSdkVersion rootProject.ext.targetSdkVersion
9494
versionCode 1
95-
versionName "0.0.67"
95+
versionName "0.0.68"
9696
}
9797
signingConfigs {
9898
debug {

apps/mobile/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "BookDock",
44
"slug": "bookdock",
5-
"version": "0.0.67",
5+
"version": "0.0.68",
66
"orientation": "default",
77
"icon": "./assets/logo.png",
88
"userInterfaceStyle": "automatic",

apps/mobile/ios/BookDock/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.0.67</string>
22+
<string>0.0.68</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

apps/mobile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bookdock/mobile",
3-
"version": "0.0.67",
3+
"version": "0.0.68",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -48,7 +48,7 @@
4848
"react-native-pdf": "^7.0.4",
4949
"react-native-safe-area-context": "4.12.0",
5050
"react-native-screens": "~4.4.0",
51-
"react-native-track-player": "5.0.0-alpha0",
51+
"react-native-track-player": "3.2.0",
5252
"react-native-web": "~0.19.13",
5353
"react-native-webview": "13.12.5",
5454
"socket.io-client": "^4.8.3",

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bookdock/server",
3-
"version": "0.0.67",
3+
"version": "0.0.68",
44
"description": "BookDock NestJS API Server",
55
"private": true,
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bookdock",
3-
"version": "0.0.67",
3+
"version": "0.0.68",
44
"private": true,
55
"packageManager": "pnpm@10.33.4",
66
"scripts": {

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bookdock/api-client",
3-
"version": "0.0.67",
3+
"version": "0.0.68",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.ts",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bookdock/auth",
3-
"version": "0.0.67",
3+
"version": "0.0.68",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.tsx",

packages/ebook-reader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bookdock/ebook-reader",
3-
"version": "0.0.67",
3+
"version": "0.0.68",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)