Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Nov 24, 2020
1 parent f3129de commit 110a10b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ name: Build

on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published
- created

jobs:
build:
Expand All @@ -25,10 +20,15 @@ jobs:
python -m pip install opencc
- name: Build
run: python build.py
- name: Package
run: ./package.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: inject-jyutping.zip
path: inject-jyutping.zip
name: inject-jyutping
path: |
_locales
background_scripts
content_scripts
icons
lib
popup
manifest.json
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@ This project is inspired by [EYHN/Furigana](https://github.com/EYHN/Furigana).

<h2>Build <ruby>編<rt>pin1</rt></ruby> <ruby>譯<rt>jik6</rt></ruby> </h2>

```sh
python build.py
```

<h2>Package <ruby>打<rt>daa2</rt></ruby> <ruby>包<rt>baau1</rt></ruby> </h2>

```sh
./package.sh
```
See [`.github/workflows/build.yml`](.github/workflows/build.yml).

<h2>Screenshot <ruby>截<rt>zit6</rt></ruby> <ruby>圖<rt>tou4</rt></ruby> </h2>

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "0.2.4",
"version": "0.2.5",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "icons/48.png",
Expand Down
3 changes: 0 additions & 3 deletions package.sh

This file was deleted.

0 comments on commit 110a10b

Please sign in to comment.