Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Dec 29, 2022
1 parent 29d6847 commit 2ed1ba2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Seth Westphal
Copyright (c) 2022 Westy92 LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,6 @@ Example response (some strings shortened to save space):
}
```

<!-- TODO errors -->
<!-- TODO changelog once 1.0.0 -->
## License

The Holiday and Event API is made available under the MIT License (MIT). Please see the [License File](LICENSE) for more information.
16 changes: 8 additions & 8 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": "holiday-event-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Industry-leading holiday and event API for Node.js.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/holidays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {

export class Holidays {
private apiKey: string;
private version: string = '1.0.0';
private version: string = '1.0.1';
private baseUrl: string = 'https://api.apilayer.com/checkiday/';
private userAgent: string = 'HolidayApiJs/' + this.version;

Expand Down

0 comments on commit 2ed1ba2

Please sign in to comment.