Skip to content

Commit 987f4f1

Browse files
committed
Metadata changed
1 parent 4b14214 commit 987f4f1

File tree

4 files changed

+5
-54
lines changed

4 files changed

+5
-54
lines changed

.gitignore

+2-52
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,2 @@
1-
# Windows image file caches
2-
Thumbs.db
3-
ehthumbs.db
4-
5-
# Folder config file
6-
Desktop.ini
7-
8-
# Recycle Bin used on file shares
9-
$RECYCLE.BIN/
10-
11-
# Windows Installer files
12-
*.cab
13-
*.msi
14-
*.msm
15-
*.msp
16-
17-
# Windows shortcuts
18-
*.lnk
19-
20-
# =========================
21-
# Operating System Files
22-
# =========================
23-
24-
# OSX
25-
# =========================
26-
27-
.DS_Store
28-
.AppleDouble
29-
.LSOverride
30-
31-
# Thumbnails
32-
._*
33-
34-
# Files that might appear in the root of a volume
35-
.DocumentRevisions-V100
36-
.fseventsd
37-
.Spotlight-V100
38-
.TemporaryItems
39-
.Trashes
40-
.VolumeIcon.icns
41-
42-
# Directories potentially created on remote AFP share
43-
.AppleDB
44-
.AppleDesktop
45-
Network Trash Folder
46-
Temporary Items
47-
.apdisk
48-
49-
node_modules
50-
Gruntfile.js
51-
www
52-
1+
/.idea
2+
/node_modules

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
![Logo](admin/samsung.png)
22
Samsung Adapter for ioBroker
3+
=============================
34

45
## License
56
The MIT License (MIT)

io-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "samsung",
4-
"version": "0.0.&",
4+
"version": "0.0.7",
55
"title": "Samsung TV Adapter",
66
"desc": {
77
"en": "ioBroker samsung Adapter",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.samsung",
3-
"version": "0.0.&",
3+
"version": "0.0.7",
44
"description": "ioBroker Samsung Adapter",
55
"author": {
66
"name": "soef",

0 commit comments

Comments
 (0)