Skip to content

Commit

Permalink
Prep v4 release (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal authored Aug 28, 2023
1 parent 956b97c commit aeb304a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/tumblr.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TumblrClient {
* Package version
* @readonly
*/
static version = '4.0.0-alpha.2';
static version = '4.0.0';

/**
* @typedef {import('./types').TumblrClientCallback} TumblrClientCallback
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": "tumblr.js",
"version": "4.0.0-alpha.2",
"version": "4.0.0",
"description": "Official JavaScript client for the Tumblr API",
"main": "./lib/tumblr",
"type": "commonjs",
Expand Down

0 comments on commit aeb304a

Please sign in to comment.