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

Commit cf093b7

Browse files
committed
Bump version
1 parent c3fc601 commit cf093b7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "ccashcow",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"description": "Accept credit cards and cryptocurrencies. 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-
"ccashcow-server": "2.0.0-beta.1",
11-
"ccashcow-web": "2.0.0-beta.1"
10+
"ccashcow-server": "2.0.0",
11+
"ccashcow-web": "2.0.0"
1212
},
1313
"prettier": {
1414
"singleQuote": true
1515
},
16-
"author": "Xyfir, LLC <[email protected]> (https://www.xyfir.com/)",
16+
"author": "Xyfir, LLC <[email protected]> (https://www.xyfir.com)",
1717
"license": "MIT",
1818
"repository": {
1919
"type": "git",

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": "ccashcow-server",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"description": "Accept credit cards and cryptocurrencies. 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": "ccashcow-web",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)