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

Commit

Permalink
Release 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstep committed Dec 5, 2017
1 parent 5c4d948 commit b5a15cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"github":{
"release":true,
"preRelease":true,
"assets":"dist/*.(zip|exe)"
}
}
2 changes: 1 addition & 1 deletion DApps/dicedapp_v2/lib/DC.js

Large diffs are not rendered by default.

Binary file modified DApps/example.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BankRollerApp",
"version": "0.2.6",
"version": "1.0.0-beta.0",
"description": "Dao.Casino app for bankroller",
"author": "Dao Casino <team@dao.casino>",
"repository": {
Expand Down Expand Up @@ -35,6 +35,7 @@
"build_electron_windows": "build -w --x64",
"build_electron_linux": "build -l --x64",
"build_electron_mac": "build -m --x64",
"release": "release-it premajor --preReleaseId=beta ",
"favicons": "node scripts/favicons.js",
"lesslint": "lessc --lint src/view/styles/index.less ",
"eslint_fix": "eslint --fix --ext=.js,.tag ./src",
Expand Down Expand Up @@ -176,6 +177,7 @@
"pre-commit": "^1.2.2",
"promise": "^8.0.1",
"react-dev-utils": "^3.1.1",
"release-it": "^5.0.0",
"riot-hot-reload": "^1.0.0",
"riot-jest-transformer": "^1.0.10",
"riot-tag-loader": "^1.0.0",
Expand Down

0 comments on commit b5a15cd

Please sign in to comment.