Skip to content

Commit

Permalink
Cleaned release folder and updated version numbers in package JSON an…
Browse files Browse the repository at this point in the history
…d manifest JSON files.
  • Loading branch information
shanginn committed Apr 30, 2023
1 parent 354c56b commit 63d6de5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Clean release folder
run: rm -rf release/*

- name: Build and pack
run: npm run repack

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-uspeli",
"version": "0.2.1",
"version": "0.2.3",
"description": "My Chrome Extension",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Супер Успели",
"version": "0.2.1",
"version": "0.2.3",
"description": "Сохраняет удалённые комменты",
"icons": {
"16": "icons/icon_16.png",
Expand Down

0 comments on commit 63d6de5

Please sign in to comment.