Skip to content

Commit

Permalink
Merge pull request #33 from adibas03/develop
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
adibas03 authored Jan 11, 2025
2 parents 275f3a2 + c377773 commit 1ff9f09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to gh-pages

on:
push:
branches: [master, pages-deploy]
branches: [master]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "online-ethereum-abi-encoder-decoder",
"version": "2.0.0",
"version": "2.1.0",
"description": "A quick online tool to abi-encode constructor arguments used in ethereum's solidity",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 1ff9f09

Please sign in to comment.