Bump to version 4.0.0

This commit is contained in:
AkiraFukushima 2022-01-02 22:38:25 +09:00
parent 7399a88beb
commit 729d241e45
No known key found for this signature in database
GPG key ID: B6E51BAC4DE1A957
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "browser",
"version": "3.7.2",
"version": "4.0.0",
"private": true,
"scripts": {
"build": "webpack",
@ -9,7 +9,7 @@
"author": "Akira Fukushima <h3.poteto@gmail.com> (https://github.com/h3poteto)",
"license": "MIT",
"dependencies": {
"megalodon": "3.7.2"
"megalodon": "4.0.0"
},
"devDependencies": {
"assert": "^2.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "example",
"version": "3.7.2",
"version": "4.0.0",
"private": true,
"scripts": {
"build": "tsc -p ./"
@ -8,7 +8,7 @@
"author": "h3poteto",
"license": "MIT",
"dependencies": {
"megalodon": "3.7.2",
"megalodon": "4.0.0",
"typescript": "4.5.4"
},
"devDependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "megalodon",
"version": "3.7.2",
"version": "4.0.0",
"description": "Mastodon API client for node.js and browser",
"main": "./lib/src/index.js",
"typings": "./lib/src/index.d.ts",