Skip to content

Commit

Permalink
Merge pull request #35 from SeanMcP/release/1.4.2
Browse files Browse the repository at this point in the history
Release 1.4.2
  • Loading branch information
SeanMcP authored Sep 28, 2022
2 parents f310def + bf736b3 commit 206bc53
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.2] - 2022-08-22

### Fixes

- Bulk add students one per line (#32)

## [1.4.1] - 2021-08-16

### Fixes
Expand Down
54 changes: 27 additions & 27 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "Popsicle Sticks - Random student picker",
"short_name": "Popsicle Sticks",
"version": "1.4.1",
"description": "Randomly select a student in your class from any tab",
"author": "Sean McPherson",
"permissions": ["storage", "downloads"],
"background": {
"scripts": ["src/index.js"],
"persistent": false
},
"browser_action": {
"default_popup": "src/views/home.html",
"default_icon": {
"16": "src/img/icon-16.png",
"32": "src/img/icon-32.png",
"48": "src/img/icon-48.png",
"128": "src/img/icon-128.png"
}
},
"homepage_url": "https://github.com/seanmcp/popsicle-sticks-extension",
"icons": {
"16": "src/img/icon-16.png",
"32": "src/img/icon-32.png",
"48": "src/img/icon-48.png",
"128": "src/img/icon-128.png"
},
"manifest_version": 2
"name": "Popsicle Sticks - Random student picker",
"short_name": "Popsicle Sticks",
"version": "1.4.2",
"description": "Randomly select a student in your class from any tab",
"author": "Sean McPherson",
"permissions": ["storage", "downloads"],
"background": {
"scripts": ["src/index.js"],
"persistent": false
},
"browser_action": {
"default_popup": "src/views/home.html",
"default_icon": {
"16": "src/img/icon-16.png",
"32": "src/img/icon-32.png",
"48": "src/img/icon-48.png",
"128": "src/img/icon-128.png"
}
},
"homepage_url": "https://github.com/seanmcp/popsicle-sticks-extension",
"icons": {
"16": "src/img/icon-16.png",
"32": "src/img/icon-32.png",
"48": "src/img/icon-48.png",
"128": "src/img/icon-128.png"
},
"manifest_version": 2
}

0 comments on commit 206bc53

Please sign in to comment.