Skip to content

Commit 8c7afd8

Browse files
committed
script version++
1 parent 35e4d38 commit 8c7afd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/dev/download_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LEGACY=0
88
SILENT_ARGS=""
99
NO_SSL=""
1010
BLEEDING_EDGE=0
11-
DL_VERSION=2.6.4
11+
DL_VERSION=2.6.5
1212
TAG=""
1313

1414
printHelp(){

scripts/of.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# pipe commands to core openFrameworks scripts
3-
OF_SCRIPT_VERSION=0.2.1
3+
OF_SCRIPT_VERSION=0.2.2
44
# Dan Rosser 2025
55
OF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66
OF_DIR="$(realpath "$OF_DIR/../")"

0 commit comments

Comments
 (0)