newsline-cli 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/refresh.sh +1 -1
package/package.json
CHANGED
package/refresh.sh
CHANGED
|
@@ -18,7 +18,7 @@ ENDPOINT="${NEWSLINE_ENDPOINT:-https://newsline.thesockerrr.workers.dev/r}"
|
|
|
18
18
|
COUNT="${NEWSLINE_COUNT:-15}" # how many headlines to cache for rotation
|
|
19
19
|
# Client version, sent to /feed as ?v= for the server-side update nudge.
|
|
20
20
|
# Bump together with package.json when tagging a release.
|
|
21
|
-
export NEWSLINE_VERSION="${NEWSLINE_VERSION:-0.1.
|
|
21
|
+
export NEWSLINE_VERSION="${NEWSLINE_VERSION:-0.1.4}"
|
|
22
22
|
LOCK="$CACHE_DIR/refresh.lock"
|
|
23
23
|
mkdir -p "$CACHE_DIR" 2>/dev/null
|
|
24
24
|
|