Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidValin committed Apr 14, 2023
1 parent 52cf00b commit 9e36319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/howerest.sdkzer.js

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": "sdkzer",
"version": "0.8.3",
"version": "0.8.4",
"description": "Implements a simple API to build a Model connected to a RESTful api from Javascript.",
"keywords": [
"sdk",
Expand Down
2 changes: 1 addition & 1 deletion webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
plugins: [
// new CheckerPlugin(),
new webpack.BannerPlugin({
banner: "sdkzer 0.8.3 - By David Valin - www.davidvalin.com",
banner: "sdkzer 0.8.4 - By David Valin - www.davidvalin.com",
entryOnly: true
})
]
Expand Down

0 comments on commit 9e36319

Please sign in to comment.