Skip to content

Commit

Permalink
1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-keller committed Aug 24, 2024
1 parent 805c9fa commit fd6a8bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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": "tggl-client",
"version": "1.15.4",
"version": "1.15.5",
"description": "Tggl javascript client",
"keywords": [
"Tggl",
Expand Down
2 changes: 1 addition & 1 deletion src/TgglReporting.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { apiCall } from './apiCall'

export const PACKAGE_VERSION = '1.15.4'
export const PACKAGE_VERSION = '1.15.5'

const constantCase = (str: string) => {
return str
Expand Down

0 comments on commit fd6a8bd

Please sign in to comment.