Skip to content

Commit 4503b2c

Browse files
committed
bump version
1 parent c978a92 commit 4503b2c

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MPL-2.0",
44
"title": "Zeeschuimer",
55
"upload_type": "software",
6-
"version": "v1.13.4",
6+
"version": "v1.13.6",
77
"keywords": [
88
"scraping", "data capture", "4cat", "instagram", "tiktok"
99
],

create-zip-bash.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
VERSION=$(grep '"version"' manifest.json | cut -d'"' -f 4)
3+
sed -i -E "s/\"version\": \"v[^\"]+\"/\"version\": \"v$VERSION\"/g" .zenodo.json
4+
sed -i -E "s/v[0-9]+\.[0-9]+\.[0-9]+/v$VERSION/g" popup/interface.html
5+
zip -r zeeschuimer-v$VERSION.zip . -x "*.DS_Store" "__MACOSX" js/mitm.js js/ponyfill-2.0.2.js js/streamsaver-2.0.3.js js/webtorrent.min.js -x "*.git*" -x "*.idea*" -x "create-zip.sh" -x "*.zip" -x "*.xpi" -x "tests*" -x "images/zeeschuimer-full.png" -x "images/chirico-full.png" -x "images/example_screenshot.png"

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Collect data while browsing social media platforms and upload it for analysis later",
44
"manifest_version": 2,
55
"name": "Zeeschuimer",
6-
"version": "1.13.4",
6+
"version": "1.13.6",
77
"homepage_url": "https://github.com/digitalmethodsinitiative/zeeschuimer",
88

99
"browser_specific_settings": {

popup/interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
<article>
383383
<header>
384384
<h1>Zeeschuimer</h1>
385-
<span class="version"><a href="https://github.com/digitalmethodsinitiative/zeeschuimer/releases/tag/v1.13.4">v1.13.4</a></span>
385+
<span class="version"><a href="https://github.com/digitalmethodsinitiative/zeeschuimer/releases/tag/v1.13.6">v1.13.6</a></span>
386386
</header>
387387
<section id="status">
388388
<h2><span>Captured data objects</span></h2>

0 commit comments

Comments
 (0)