Skip to content

Commit

Permalink
Merge pull request #129 from blutui/chore-0-8-0
Browse files Browse the repository at this point in the history
chore: Bump to v0.8.0
  • Loading branch information
chengfang-blutui authored Dec 3, 2024
2 parents f0edfab + 93c530b commit d03742a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blutui",
"version": "0.7.0",
"version": "0.8.0",
"description": "Node.js library for the Blutui API",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/blutui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type {
PostOptions,
} from './types'

const VERSION = '0.7.0'
const VERSION = '0.8.0'

const DEFAULT_HOSTNAME = 'api.blutui.com'

Expand Down

0 comments on commit d03742a

Please sign in to comment.