Skip to content

Commit b5feb00

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-05-28) ### Features * Complete refactor ([4a0e433](4a0e433))
1 parent 4a0e433 commit b5feb00

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2021-05-28)
2+
3+
4+
### Features
5+
6+
* Complete refactor ([4a0e433](https://github.com/adrenak/AirPeer/commit/4a0e43388a502bd843bd49c80cd2d81d127ea345))

Assets/Adrenak.AirPeer/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.adrenak.airpeer",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"displayName": "Adrenak.AirPeer",
55
"description": "A WebRTC based networking plugin for Unity",
66
"unity": "2018.4",
@@ -10,7 +10,12 @@
1010
"url": "www.vatsalambastha.com"
1111
},
1212
"license": "MIT",
13-
"keywords": [ "Peer To Peer", "WebRTC", "P2P", "Networking" ],
13+
"keywords": [
14+
"Peer To Peer",
15+
"WebRTC",
16+
"P2P",
17+
"Networking"
18+
],
1419
"publishConfig": {
1520
"registry": "https://registry.npmjs.org"
1621
}

0 commit comments

Comments
 (0)