Skip to content

Commit 00c1633

Browse files
authored
HMAINT-202 -- set version string to 1.2.0 (#97)
* HMAINT-202 -- set version string to 1.2.0 * HMAINT-202 -- set version string to 1.2.0, package-lock.json (npm@6.13.3)
1 parent cef380d commit 00c1633

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
author = 'Real-Time Innovations, Inc.'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '1.2.0-rc2'
25-
version = '1.2.0-rc2'
24+
release = '1.2.0'
25+
version = '1.2.0'
2626

2727
master_doc = 'index'
2828
primary_domain = 'js'

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rticonnextdds-connector",
3-
"version": "1.2.0-rc2",
3+
"version": "1.2.0",
44
"description": "RTI Connector for JavaScript",
55
"main": "rticonnextdds-connector.js",
66
"files": [

0 commit comments

Comments
 (0)