Skip to content

Commit

Permalink
Bump version, add Twitter to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Mar 20, 2023
1 parent 9e76c38 commit aee69dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MPL-2.0",
"title": "Zeeschuimer",
"upload_type": "software",
"version": "v1.4.1",
"version": "v1.5.0",
"keywords": [
"scraping", "data capture", "4cat", "instagram", "tiktok"
],
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ into your own analysis pipeline.
Currently, it supports the following platforms:
* [TikTok](https://www.tiktok.com)
* [Instagram](https://www.instagram.com)
* [Twitter](https://www.twitter.com)
* [LinkedIn](https://www.linkedin.com)
* [Parler](https://www.parler.com)
* [9gag](https://9gag.com)
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Collect data while browsing social media platforms and upload it for analysis later",
"manifest_version": 2,
"name": "Zeeschuimer",
"version": "1.4.1",
"version": "1.5.0",
"homepage_url": "https://github.com/digitalmethodsinitiative/zeeschuimer",

"browser_specific_settings": {
Expand Down Expand Up @@ -39,7 +39,8 @@
"modules/linkedin.js",
"modules/parler.js",
"modules/9gag.js",
"modules/imgur.js"
"modules/imgur.js",
"modules/twitter.js"
]
}
}
2 changes: 1 addition & 1 deletion popup/interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<article>
<header>
<h1>Zeeschuimer</h1>
<span class="version">v1.4.0</span>
<span class="version">v1.5.0</span>
</header>
<section id="status">
<h2><span>Captured data objects</span></h2>
Expand Down

0 comments on commit aee69dc

Please sign in to comment.