Skip to content

Commit

Permalink
Unciv,Webcord: Update App Versions
Browse files Browse the repository at this point in the history
- Unciv-all: 4.11.10 -> 4.11.11
- Webcord-arm64: 4.9.1 -> 4.9.2
- Webcord-armhf: 4.9.1 -> 4.9.2
  • Loading branch information
github-actions[bot] committed May 12, 2024
1 parent 9e79d95 commit 52b3f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.11.10
version=4.11.11

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
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.1
version=4.9.2

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.1
version=4.9.2

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

Expand Down

0 comments on commit 52b3f20

Please sign in to comment.