Skip to content

Commit

Permalink
[Easy] Revert version bump (#495)
Browse files Browse the repository at this point in the history
#489 introduced that change

Version bumps should always happen in their own PR (and once that PR is merged to master, it should be tagged with the version). Moreover this skipped v0.1.4 and was likely just merged to master by accident.
  • Loading branch information
fleupold authored and josojo committed Jan 22, 2020
1 parent 647875d commit 5871670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/dex-contracts",
"version": "0.1.5-dev",
"version": "0.1.3",
"description": "Contracts for dFusion multi-token batch auction exchange",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 5871670

Please sign in to comment.