Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Bump to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchikikomori committed Apr 11, 2022
1 parent 1a26fba commit ff8c79d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 16.x]
node-version: [16.x]
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
Expand Down
7 changes: 6 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ For GCash & other AliPay-powered Mini Programs

### Run

- Run `pnpm run index`
- Run `pnpm run server`

### Building

- Run `pnpm run build`
- Also run `pnpm run build/css` for CSS

## To-Dos

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gcash-miniprogram-webview-sample",
"version": "0.1.3",
"description": "Testing GCash Mini Program hooks",
"version": "0.1.4",
"description": "Mini Program's WebView Mocking Server, for GCash & other AliPay-powered Mini Programs",
"private": true,
"scripts": {
"server": "pnpm run build/css && node server.js",
Expand Down

0 comments on commit ff8c79d

Please sign in to comment.