Skip to content

Commit

Permalink
Oh My Posh, Webcord: Update App Versions
Browse files Browse the repository at this point in the history
- Oh My Posh-all: v21.20.2 -> v21.21.0
- Webcord-arm64: 4.9.2 -> 4.10.0
- Webcord-armhf: 4.9.2 -> 4.10.0
  • Loading branch information
github-actions[bot] committed Jul 6, 2024
1 parent 964fcef commit 5f5f2f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v21.20.2
version=v21.21.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Webcord/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.9.2
version=4.10.0

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down
2 changes: 1 addition & 1 deletion apps/Webcord/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=4.9.2
version=4.10.0

killall webcord &>/dev/null && echo "Closing Discord first..."

Expand Down

0 comments on commit 5f5f2f6

Please sign in to comment.