Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kccarbone committed Jan 14, 2023
1 parent 8118fb7 commit 7fca125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdir -p out/lib
cp package.json out/
cp LICENSE out/
cp -r build/src/ out/lib/
cp -r build/src/* out/lib/
npm pack out/
- name: Publish to npm
id: publish
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": "bark-logger",
"version": "0.0.4",
"version": "0.0.5",
"description": "Simple log framework for browser and server",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7fca125

Please sign in to comment.