Skip to content

Commit a8870c3

Browse files
authored
docs: update version and version bump regexp (#327)
1 parent 1ba2fa6 commit a8870c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
".pubnub.yml": [
33
{
4-
"pattern": "^version: \"(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)\"$",
4+
"pattern": "^version: '(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)'$",
55
"clearedPrefix": true,
66
"clearedSuffix": false
77
},

.pubnub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ supported-platforms:
875875
- 'Ubuntu 14.04 and up'
876876
- 'Windows 7 and up'
877877
version: 'Pubnub Javascript for Node'
878-
version: '7.1.2'
878+
version: '7.2.3'
879879
sdks:
880880
- full-name: PubNub Javascript SDK
881881
short-name: Javascript

0 commit comments

Comments
 (0)