Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Feb 25, 2019
1 parent 63988f6 commit 4f3eadd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accownt",
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"description": "Dead simple user account system so easy a cow could do it.",
"main": "index.js",
"bin": {
Expand All @@ -10,8 +10,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"accownt-server": "6.0.0-alpha.3",
"accownt-web": "6.0.0-alpha.3"
"accownt-server": "6.0.0-alpha.4",
"accownt-web": "6.0.0-alpha.4"
},
"prettier": {
"singleQuote": true
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accownt-server",
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"description": "Dead simple user account system so easy a cow could do it.",
"main": "dist/app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/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 web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accownt-web",
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"description": "Dead simple user account system so easy a cow could do it.",
"main": "",
"scripts": {
Expand Down

0 comments on commit 4f3eadd

Please sign in to comment.