Skip to content

Commit

Permalink
Merge pull request #408 from BlueBubblesApp/development
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
zlshames authored Aug 26, 2022
2 parents 3c2bb10 + 5e0f3ec commit 9560ee7
Show file tree
Hide file tree
Showing 22 changed files with 1,920 additions and 135,772 deletions.
57,908 changes: 0 additions & 57,908 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluebubbles-server",
"version": "1.2.0",
"version": "1.2.1",
"description": "BlueBubbles Server is the app that powers the BlueBubbles app ecosystem",
"private": true,
"workspaces": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
protocol: quic
no-autoupdate: true
no-autoupdate: true
retries: 6
2 changes: 1 addition & 1 deletion packages/server/appResources/private-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The `macosXbundle.md5` files within this directory contain a single string that

`find -s /path/to/private/api/folder/BlueBubblesHelper.bundle -type f -exec md5 {} \; | md5`

**GitHub Release Reference**: https://github.com/BlueBubblesApp/BlueBubbles-Server-Helper/releases/tag/0.0.4
**GitHub Release Reference**: https://github.com/BlueBubblesApp/BlueBubbles-Server-Helper/releases/tag/0.0.6

You can also check the current versions of these bundles by opening the `version.txt` file.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.5</string>
<string>0.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/server/appResources/private-api/macos10bundle.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a097fe26f831f711a3b0b6e206875882
27135516ee78f28bf217ce3971595a5a
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.5</string>
<string>0.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/server/appResources/private-api/macos11bundle.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbe4b1eea366d76a1ea8695dcbedb5af
045ca94bd19577a0fc40c099e6d7072c
2 changes: 1 addition & 1 deletion packages/server/appResources/private-api/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
Loading

0 comments on commit 9560ee7

Please sign in to comment.