Skip to content

Commit 9e36319

Browse files
committed
0.8.4
1 parent 52cf00b commit 9e36319

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/howerest.sdkzer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdkzer",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Implements a simple API to build a Model connected to a RESTful api from Javascript.",
55
"keywords": [
66
"sdk",

webpack.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
plugins: [
3535
// new CheckerPlugin(),
3636
new webpack.BannerPlugin({
37-
banner: "sdkzer 0.8.3 - By David Valin - www.davidvalin.com",
37+
banner: "sdkzer 0.8.4 - By David Valin - www.davidvalin.com",
3838
entryOnly: true
3939
})
4040
]

0 commit comments

Comments
 (0)