Skip to content

Commit a7027be

Browse files
author
Web Advanced
committed
updated v to 1.2.0
1 parent ef9154d commit a7027be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/.nuget/signals.js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Signals.js</id>
5-
<version>1.1.1</version>
5+
<version>1.2.0</version>
66
<title>Signals.js - JavaScript PubSub</title>
77
<authors>Web Advanced</authors>
88
<description>Signals.js is a light weight (1k minified) pure JavaScript implementation of the Observer pattern also known as PubSub. Using Signals.js in your JavaScript gives you the ability to break down our applications into smaller, more loosely coupled modules, which can improve general manageability.</description>

dev/signals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Signals.js <https://github.com/webadvanced/signals.js>
33
* Released under the MIT license
44
* Author: Web Advanced
5-
* Version: 1.1.1
5+
* Version: 1.2.0
66
*/
77

88
/**

0 commit comments

Comments
 (0)