Skip to content

Commit

Permalink
docs: update version and version bump regexp (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon authored Jun 26, 2023
1 parent 1ba2fa6 commit a8870c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".pubnub.yml": [
{
"pattern": "^version: \"(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)\"$",
"pattern": "^version: '(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)'$",
"clearedPrefix": true,
"clearedSuffix": false
},
Expand Down
2 changes: 1 addition & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ supported-platforms:
- 'Ubuntu 14.04 and up'
- 'Windows 7 and up'
version: 'Pubnub Javascript for Node'
version: '7.1.2'
version: '7.2.3'
sdks:
- full-name: PubNub Javascript SDK
short-name: Javascript
Expand Down

0 comments on commit a8870c3

Please sign in to comment.