Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Jan 9, 2021
1 parent a75dcd9 commit 7ccaafc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nimbo

![nimbo version](https://img.shields.io/badge/version-1.0.3-brightgreen.svg)
![nimbo version](https://img.shields.io/badge/version-1.0.4-brightgreen.svg)
![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)

The nimble Kanban board.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nimbo",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"build": "rollup -c --environment NODE_ENV:production",
"build-release": "npm run build && cd public && rm assets/*.map && zip -r nimbo.zip .",
Expand Down

0 comments on commit 7ccaafc

Please sign in to comment.