Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2022-08-08)

### Features

* initial commit ([ddc5354](ddc5354))
  • Loading branch information
semantic-release-bot committed Aug 8, 2022
1 parent ddc5354 commit cbc89b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Assets/EpicSocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0-beta.1 (2022-08-08)


### Features

* initial commit ([ddc5354](https://github.com/MirageNet/EpicSocket/commit/ddc5354becad9c53f4161d8ee9a906a293c5413e))
2 changes: 1 addition & 1 deletion Assets/EpicSocket/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyVersion("1.0.0.1")]
4 changes: 2 additions & 2 deletions Assets/EpicSocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.epicsocket",
"displayName": "Epic online service for Mirage",
"version": "0.1.0",
"version": "1.0.0-beta.1",
"unity": "2019.4",
"description": "Epic online servers for Mirage, includes relay, lobbies and other features",
"author": "Mirage",
Expand All @@ -14,4 +14,4 @@
"com.playeveryware.eos": "https://github.com/PlayEveryWare/eos_plugin_for_unity_upm.git#v1.0.4"
},
"samples": []
}
}

0 comments on commit cbc89b8

Please sign in to comment.