Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuryd committed May 17, 2020
1 parent ae2fe0c commit 6e0e0f8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 19 deletions.
20 changes: 9 additions & 11 deletions DevApp/dist/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Copyright 2018-2019 Dicky Suryadi
Copyright 2018-2020 Dicky Suryadi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
11 changes: 6 additions & 5 deletions DevApp/dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

## DotNetify-Elements

A library of React and native web components for cross-platform .NET back-end, communicating in real-time via WebSocket.
A library of React and native HTML5 web components for cross-platform .NET back-end, communicating in real-time via WebSocket.

[**View documentation and live demo**](https://dotnetify.net/elements)
[**View documentation and live demo**](https://dotnetify.net/elements)

JSFiddle Demo:
- [Live Dashboard](https://jsfiddle.net/dsuryd/ygosxk8m/)
- [Reactive Form](https://jsfiddle.net/dsuryd/hmvwpjx0/4/).
JSFiddle Demo:

- [Live Dashboard](https://jsfiddle.net/dsuryd/ygosxk8m/)
- [Reactive Form](https://jsfiddle.net/dsuryd/hmvwpjx0/4/).

<br/>

Expand Down
22 changes: 19 additions & 3 deletions DevApp/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "dotnetify-elements",
"version": "1.3.1",
"version": "1.4.0",
"description": "React components for reactive, real-time .NET web applications.",
"main": "dotnetify-elements.js",
"files": [ "lib/*.*", "components/*.*", "web-components/*.*", "*.js", "*.css", "LICENSE.md", "README.md" ],
"files": [
"lib/*.*",
"components/*.*",
"web-components/*.*",
"*.js",
"*.css",
"LICENSE.md",
"README.md"
],
"peerDependencies": {
"dotnetify": "^3.4.0",
"react": "^16.8.0",
Expand Down Expand Up @@ -33,7 +41,15 @@
"type": "git",
"url": "https://github.com/dsuryd/dotNetify-elements.git"
},
"keywords": [ "dotnetify", "signalr", "react", "web", "realtime", "reactive", "mvvm" ],
"keywords": [
"dotnetify",
"signalr",
"react",
"web",
"realtime",
"reactive",
"mvvm"
],
"author": "Dicky Suryadi",
"license": "Apache 2.0",
"bugs": {
Expand Down

0 comments on commit 6e0e0f8

Please sign in to comment.