Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rssws committed Sep 5, 2022
1 parent 729c315 commit bc7582b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added assets/screenshot-0.2.0-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moodle-dl-ext",
"version": "0.0.1",
"version": "0.2.0",
"packageManager": "yarn@3.2.3",
"description": "Moodle downloader extension for Chrome",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/content-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moodle-dl-ext/content-script",
"version": "0.0.1",
"version": "0.2.0",
"description": "",
"scripts": {
"pre-build": "rm -rf build dist && mkdir -p build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moodle-dl-ext/popup",
"version": "0.0.1",
"version": "0.2.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/popup/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Moodle Downloader",
"description": "Download all moodle files with one click.",
"version": "0.0.1",
"version": "0.2.0",
"manifest_version": 3,
"permissions": ["activeTab", "scripting"],
"action": {
Expand Down

0 comments on commit bc7582b

Please sign in to comment.