Skip to content

Commit

Permalink
bump version to 0.0.5 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-yu authored Oct 5, 2022
1 parent bd5b454 commit 48993ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cosign-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosign-server",
"version": "0.0.1",
"version": "0.0.2",
"devDependencies": {
"@cloudflare/workers-types": "^3.16.0",
"typescript": "^4.8.3",
Expand Down
2 changes: 1 addition & 1 deletion cosign-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const cryptoTimingSafeEqualStr = (
return false;
};

router.get('/', () => new Response('ERC721M Cosign Server'));
router.get('/', () => new Response('ERC721M Cosign Server v0.0.2'));
router.post(
'/collections',
async (request: Request & IRequest, event: FetchEvent) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magiceden-oss/erc721m",
"version": "0.0.4",
"version": "0.0.5",
"description": "erc721m contract for Solidity",
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit 48993ed

Please sign in to comment.