Version Bump 1.0.40
All checks were successful
Build and Release / build-and-release (push) Successful in 19m24s

This commit is contained in:
Bryan1029384756
2026-04-06 23:47:40 -05:00
parent 8d7a0912c5
commit 9ef839938e
9 changed files with 229 additions and 41 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "1.0.39"
versionName "1.0.40"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/android",
"private": true,
"version": "1.0.39",
"version": "1.0.40",
"type": "module",
"scripts": {
"cap:sync": "npx cap sync",

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/electron",
"private": true,
"version": "1.0.39",
"version": "1.0.40",
"description": "Brycord - Electron app",
"author": "Moyettes",
"type": "module",

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/web",
"private": true,
"version": "1.0.39",
"version": "1.0.40",
"type": "module",
"scripts": {
"dev": "vite",