File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " cashc" ,
33 "description" : " Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts" ,
4- "version" : " 0.4.1 " ,
4+ "version" : " 0.4.2 " ,
55 "author" : " Rosco Kalis <roscokalis@gmail.com>" ,
66 "bin" : {
77 "cashc" : " dist/cashc-cli.js"
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export {
1515 CashCompiler ,
1616} from './util' ;
1717
18- export const version = '0.4.1 ' ;
18+ export const version = '0.4.2 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " cashscript" ,
33 "description" : " Easily write and interact with Bitcoin Cash contracts" ,
4- "version" : " 0.4.1 " ,
4+ "version" : " 0.4.2 " ,
55 "author" : " Rosco Kalis <roscokalis@gmail.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/Bitcoin-com/cashscript/issues"
1111 ],
1212 "dependencies" : {
1313 "bitbox-sdk" : " ^8.8.0" ,
14- "cashc" : " ^0.4.1 " ,
14+ "cashc" : " ^0.4.2 " ,
1515 "cramer-bch" : " https://github.com/jcramer/bitcoincashjs-lib" ,
1616 "delay" : " ^4.3.0" ,
1717 "bitcoincash-ops" : " github:christroutner/bitcoincash-ops" ,
You can’t perform that action at this time.
0 commit comments