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

Commit e27dd6c

Browse files
committed
Bump version
1 parent bc44a42 commit e27dd6c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "rich-cow",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "Dead simple user payment system so easy a cow could do it.",
55
"main": "",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
10-
"rich-cow-server": "2.0.0-alpha.2",
11-
"rich-cow-web": "2.0.0-alpha.2"
10+
"rich-cow-server": "2.0.0-alpha.3",
11+
"rich-cow-web": "2.0.0-alpha.3"
1212
},
1313
"prettier": {
1414
"singleQuote": true

server/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rich-cow-server",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "Dead simple user payment system so easy a cow could do it.",
55
"main": "dist/app.js",
66
"scripts": {

web/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rich-cow-web",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)