We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d29ada commit 96c2481Copy full SHA for 96c2481
obs-powershell.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '0.2'
+ ModuleVersion = '0.2.0.1'
3
RootModule = 'obs-powershell.psm1'
4
Description = 'Script your streams'
5
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -18,6 +18,14 @@
18
> Like It? [Star It](https://github.com/StartAutomating/obs-powershell)
19
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
20
21
+## obs-powershell 0.2.0.1:
22
+
23
+* Fixing `Watch-OBS` (Fixes #216)
24
+* Adding `CONTRIBUTING.md` (Fixes #204)
25
+* Adding `CODE_OF_CONDUCT.md` (Fixes #205)
26
27
+---
28
29
## obs-powershell 0.2:
30
31
* So Many Shaders!
0 commit comments