Skip to content

Commit a62b389

Browse files
authored
#fix HMAINT-202 -- update libraries for 1.2.0, set version for packag… (#81)
* #fix HMAINT-202 -- update libraries for 1.2.0, set version for package.json * #fix HMAINT-202 -- corrected version to 1.2.0 and 1.2.0.rc1 * #fix HMAINT-202 -- revert dependency version back to 1.1.1 * Correct docs/conf release/version to 1.2.0 * #fix HMAINT-202 -- docs/conf.py needs to match package.json and needs to be rc1 if testing
1 parent 464130c commit a62b389

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 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.1.0'
25-
version = '1.1.0'
24+
release = '1.2.0.rc1'
25+
version = '1.2.0.rc1'
2626

2727
master_doc = 'index'
2828
primary_domain = 'js'
@@ -153,4 +153,4 @@ def setup(app):
153153
# The name of an image file (relative to this directory) to place at the top of
154154
# the title page.
155155
#
156-
html_logo = "static/rti-logo-FINALv2-White-OrangeDot.png"
156+
html_logo = "static/rti-logo-FINALv2-White-OrangeDot.png"

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.1.0",
3+
"version": "1.2.0.rc1",
44
"description": "RTI Connector for JavaScript",
55
"main": "rticonnextdds-connector.js",
66
"files": [

0 commit comments

Comments
 (0)