Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Python-in-China committed Oct 10, 2024
1 parent 65720e0 commit 0f1ef51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Test
run: |
cd library
./test.exe
./test.exe --gtest_repeat=8
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mp-oi-library",
"displayName": "mp-oi-library",
"description": "Some algorithms and data structures template for competitive programming.",
"version": "0.0.0",
"version": "0.1.0",
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
"license": "LGPL-3.0-only",
"author": {
Expand Down Expand Up @@ -43,6 +43,7 @@
"package": "webpack --mode production",
"lint": "eslint src",
"pack": "vsce pack --no-yarn -o mp-oi-library.vsix",
"publish": "vsce publish --no-yarn",
"format:check": "prettier -c .",
"format:write": "prettier -w ."
},
Expand Down

0 comments on commit 0f1ef51

Please sign in to comment.