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

Commit

Permalink
Update version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Feb 27, 2018
1 parent 18f05f2 commit 95bc789
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/chain.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cli.bundled.js
Original file line number Diff line number Diff line change
Expand Up @@ -79140,7 +79140,7 @@ var bundle_version = null;

// NOTE: Webpack will replace BUNDLE_VERSION with a string.
if (true) {
bundle_version = "4.1.0-beta.0";
bundle_version = "4.1.0";
}

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion build/cli.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "truffle",
"namespace": "consensys",
"version": "4.1.0-beta.0",
"version": "4.1.0",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"mocha": "^3.4.2",
Expand Down

0 comments on commit 95bc789

Please sign in to comment.