You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/12/14 20:09:29 UTC

[GitHub] aditihilbert closed pull request #354: automated asf-site build

aditihilbert closed pull request #354: automated asf-site build
URL: https://github.com/apache/mynewt-site/pull/354
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/latest/mkdocs/search_index.json b/latest/mkdocs/search_index.json
index 66631a75a..48f121313 100644
--- a/latest/mkdocs/search_index.json
+++ b/latest/mkdocs/search_index.json
@@ -162,12 +162,12 @@
         }, 
         {
             "location": "/newt/install/newt_mac/", 
-            "text": "Installing Newt on Mac OS\n\n\nNewt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newt:\n\n\n\n\nUpgrade to or install the latest release version (1.2.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newt\n to install an earlier version of newt.\n\n\nNote:\n If you would like to contribute to the newt tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nInstalling Homebrew\n\n\nIf you do not have Homebrew installed, run the following command. You will be prompted for your sudo password.\n\n\n$ ruby -e \n$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\n\n\n\n\n\n\nYou can also extract (or \ngit clone\n) Homebrew and install it to /usr/local.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nIf this is your first time installing newt, add the  \nruntimeco/homebrew-mynewt\n tap:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newt.\n\n\nUpgrading to the Latest Release Version of Newt\n\n\nIf you have installed an earlier version of newt using brew, run the following commands to upgrade to latest version of newt:\n\n\n$ brew update\n$ brew upgrade mynewt-newt\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newt\n\n\nRun the following command to install the latest release version of newt:\n\n\n$ brew update\n$ brew install mynewt-newt\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newt are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newt locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newt:\n\n\n$which newt\n/usr/local/bin/newt\n$newt version\nApache Newt version: 1.2.0\n\n\n\n\n\nNote:\n If you previously built newt from source and the output of \nwhich newt\n shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \n\n\n\nGet information about newt: \n\n\n$ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [\ncommand-name\n]\n    For help on \ncommand-name\n.  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug \ntarget\n\n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default \nWARN\n)\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don\nt output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse \nnewt [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newt from the Master Branch\n\n\nWe recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally. \n\n\n\n\n\nIf you previously installed newt using brew, unlink the current version:\n\n\n$brew unlink mynewt-newt\n\n\n\n\n\n\nInstall the latest unstable version of newt from the master branch:\n\n\n$ brew install mynewt-newt --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newt, you can run:\n\n\n$brew switch mynewt-newt 1.2.0", 
+            "text": "Installing Newt on Mac OS\n\n\nNewt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newt:\n\n\n\n\nUpgrade to or install the latest release version (1.3.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newt\n to install an earlier version of newt.\n\n\nNote:\n If you would like to contribute to the newt tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nInstalling Homebrew\n\n\nIf you do not have Homebrew installed, run the following command. You will be prompted for your sudo password.\n\n\n$ ruby -e \n$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\n\n\n\n\n\n\nYou can also extract (or \ngit clone\n) Homebrew and install it to /usr/local.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nIf this is your first time installing newt, add the  \nruntimeco/homebrew-mynewt\n tap:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newt.\n\n\nUpgrading to the Latest Release Version of Newt\n\n\nIf you have installed an earlier version of newt using brew, run the following commands to upgrade to latest version of newt:\n\n\n$ brew update\n$ brew upgrade mynewt-newt\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newt\n\n\nRun the following command to install the latest release version of newt:\n\n\n$ brew update\n$ brew install mynewt-newt\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newt are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newt locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newt:\n\n\n$ which newt\n/usr/local/bin/newt\n$ newt version\nApache Newt version: 1.3.0\n\n\n\n\n\nNote:\n If you previously built newt from source and the output of \nwhich newt\n shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \n\n\n\nGet information about newt: \n\n\n$ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [\ncommand-name\n]\n    For help on \ncommand-name\n.  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug \ntarget\n\n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default \nWARN\n)\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don\nt output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse \nnewt [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newt from the Master Branch\n\n\nWe recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.\n\n\n\n\n\nIf you previously installed newt using brew, unlink the current version:\n\n\n$ brew unlink mynewt-newt\n\n\n\n\n\n\nInstall the latest unstable version of newt from the master branch:\n\n\n$ brew install mynewt-newt --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newt, you can run:\n\n\n$ brew switch mynewt-newt 1.3.0", 
             "title": "Install Newt on Mac"
         }, 
         {
             "location": "/newt/install/newt_mac/#installing-newt-on-mac-os", 
-            "text": "Newt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newt:   Upgrade to or install the latest release version (1.2.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newt  to install an earlier version of newt.  Note:  If you would like to contribute to the newt tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
+            "text": "Newt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newt:   Upgrade to or install the latest release version (1.3.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newt  to install an earlier version of newt.  Note:  If you would like to contribute to the newt tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
             "title": "Installing Newt on Mac OS"
         }, 
         {
@@ -197,12 +197,12 @@
         }, 
         {
             "location": "/newt/install/newt_mac/#checking-the-installed-version", 
-            "text": "Check that you are using the installed version of newt:  $which newt\n/usr/local/bin/newt\n$newt version\nApache Newt version: 1.2.0  Note:  If you previously built newt from source and the output of  which newt  shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.    \nGet information about newt:   $ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [ command-name ]\n    For help on  command-name .  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug  target \n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default  WARN )\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don t output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse  newt [command] --help  for more information about a command.", 
+            "text": "Check that you are using the installed version of newt:  $ which newt\n/usr/local/bin/newt\n$ newt version\nApache Newt version: 1.3.0  Note:  If you previously built newt from source and the output of  which newt  shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.    \nGet information about newt:   $ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [ command-name ]\n    For help on  command-name .  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug  target \n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default  WARN )\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don t output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse  newt [command] --help  for more information about a command.", 
             "title": "Checking the Installed Version"
         }, 
         {
             "location": "/newt/install/newt_mac/#installing-newt-from-the-master-branch", 
-            "text": "We recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.    \nIf you previously installed newt using brew, unlink the current version:  $brew unlink mynewt-newt  \nInstall the latest unstable version of newt from the master branch:  $ brew install mynewt-newt --HEAD  \nTo switch back to the latest stable release version of newt, you can run:  $brew switch mynewt-newt 1.2.0", 
+            "text": "We recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.   \nIf you previously installed newt using brew, unlink the current version:  $ brew unlink mynewt-newt  \nInstall the latest unstable version of newt from the master branch:  $ brew install mynewt-newt --HEAD  \nTo switch back to the latest stable release version of newt, you can run:  $ brew switch mynewt-newt 1.3.0", 
             "title": "Installing Newt from the Master Branch"
         }, 
         {
@@ -13292,12 +13292,12 @@
         }, 
         {
             "location": "/newtmgr/install_mac/", 
-            "text": "Installing Newtmgr on Mac OS\n\n\nNewtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newtmgr:\n\n\n\n\nUpgrade to or install the latest release version (1.2.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newtmgr\n to install an earlier version of newtmgr.\n\n\nNote:\n If you would like to contribute to the newtmgr tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nYou should have added the \nruntimeco/homebrew-mynewt\n tap when you installed the \nnewt\n tool. Run the following commands if you have not done so:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newtmgr.\n\n\nUpgrading to the Latest Release Version of Newtmgr\n\n\nIf you have installed an earlier version of newtmgr using brew, run the following commands to upgrade to the latest version of newtmgr:\n\n\n$ brew update\n$ brew upgrade mynewt-newtmgr\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newtmgr\n\n\nRun the following command to install the latest release version of newtmgr:\n\n\n$ brew update\n$ brew install mynewt-newtmgr\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newtmgr 1.2.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newtmgr:\n\n\n$which newtmgr\n/usr/local/bin/newtmgr\n\n\n\n\n\nNote:\n If you previously built newtmgr from source and the output of \nwhich newtmgr\n shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.\n\n\n\nGet information about newtmgr:\n\n\n$ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default \ninfo\n)\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse \nnewtmgr [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newtmgr from the Master Branch\n\n\nWe recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally. \n\n\n\n\n\nIf you already installed newtgmr, unlink the current version:\n\n\n$brew unlink mynewt-newtmgr\n\n\n\n\n\n\nInstall the latest unstable version of newtmgr from the master branch:\n\n\n$brew install mynewt-newtmgr --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newtmgr, you can run:\n\n\n$brew switch mynewt-newtmgr 1.2.0", 
+            "text": "Installing Newtmgr on Mac OS\n\n\nNewtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newtmgr:\n\n\n\n\nUpgrade to or install the latest release version (1.3.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newtmgr\n to install an earlier version of newtmgr.\n\n\nNote:\n If you would like to contribute to the newtmgr tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nYou should have added the \nruntimeco/homebrew-mynewt\n tap when you installed the \nnewt\n tool. Run the following commands if you have not done so:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newtmgr.\n\n\nUpgrading to the Latest Release Version of Newtmgr\n\n\nIf you have installed an earlier version of newtmgr using brew, run the following commands to upgrade to the latest version of newtmgr:\n\n\n$ brew update\n$ brew upgrade mynewt-newtmgr\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newtmgr\n\n\nRun the following command to install the latest release version of newtmgr:\n\n\n$ brew update\n$ brew install mynewt-newtmgr\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newtmgr 1.3.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newtmgr:\n\n\n$ which newtmgr\n/usr/local/bin/newtmgr\n\n\n\n\n\nNote:\n If you previously built newtmgr from source and the output of \nwhich newtmgr\n shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.\n\n\n\nGet information about newtmgr:\n\n\n$ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default \ninfo\n)\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse \nnewtmgr [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newtmgr from the Master Branch\n\n\nWe recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally. \n\n\n\n\n\nIf you already installed newtgmr, unlink the current version:\n\n\n$ brew unlink mynewt-newtmgr\n\n\n\n\n\n\nInstall the latest unstable version of newtmgr from the master branch:\n\n\n$ brew install mynewt-newtmgr --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newtmgr, you can run:\n\n\n$ brew switch mynewt-newtmgr 1.3.0", 
             "title": "Install Newtmgr On Mac OS"
         }, 
         {
             "location": "/newtmgr/install_mac/#installing-newtmgr-on-mac-os", 
-            "text": "Newtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newtmgr:   Upgrade to or install the latest release version (1.2.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newtmgr  to install an earlier version of newtmgr.  Note:  If you would like to contribute to the newtmgr tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
+            "text": "Newtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newtmgr:   Upgrade to or install the latest release version (1.3.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newtmgr  to install an earlier version of newtmgr.  Note:  If you would like to contribute to the newtmgr tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
             "title": "Installing Newtmgr on Mac OS"
         }, 
         {
@@ -13317,17 +13317,17 @@
         }, 
         {
             "location": "/newtmgr/install_mac/#installing-the-latest-release-version-of-newtmgr", 
-            "text": "Run the following command to install the latest release version of newtmgr:  $ brew update\n$ brew install mynewt-newtmgr   Notes:  Homebrew bottles for newtmgr 1.2.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.", 
+            "text": "Run the following command to install the latest release version of newtmgr:  $ brew update\n$ brew install mynewt-newtmgr   Notes:  Homebrew bottles for newtmgr 1.3.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.", 
             "title": "Installing the Latest Release Version of Newtmgr"
         }, 
         {
             "location": "/newtmgr/install_mac/#checking-the-installed-version", 
-            "text": "Check that you are using the installed version of newtmgr:  $which newtmgr\n/usr/local/bin/newtmgr  Note:  If you previously built newtmgr from source and the output of  which newtmgr  shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \nGet information about newtmgr:  $ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default  info )\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse  newtmgr [command] --help  for more information about a command.", 
+            "text": "Check that you are using the installed version of newtmgr:  $ which newtmgr\n/usr/local/bin/newtmgr  Note:  If you previously built newtmgr from source and the output of  which newtmgr  shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \nGet information about newtmgr:  $ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default  info )\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse  newtmgr [command] --help  for more information about a command.", 
             "title": "Checking the Installed Version"
         }, 
         {
             "location": "/newtmgr/install_mac/#installing-newtmgr-from-the-master-branch", 
-            "text": "We recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally.    \nIf you already installed newtgmr, unlink the current version:  $brew unlink mynewt-newtmgr  \nInstall the latest unstable version of newtmgr from the master branch:  $brew install mynewt-newtmgr --HEAD  \nTo switch back to the latest stable release version of newtmgr, you can run:  $brew switch mynewt-newtmgr 1.2.0", 
+            "text": "We recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally.    \nIf you already installed newtgmr, unlink the current version:  $ brew unlink mynewt-newtmgr  \nInstall the latest unstable version of newtmgr from the master branch:  $ brew install mynewt-newtmgr --HEAD  \nTo switch back to the latest stable release version of newtmgr, you can run:  $ brew switch mynewt-newtmgr 1.3.0", 
             "title": "Installing Newtmgr from the Master Branch"
         }, 
         {
diff --git a/latest/newt/install/newt_mac/index.html b/latest/newt/install/newt_mac/index.html
index f2a118956..6adaf8f78 100644
--- a/latest/newt/install/newt_mac/index.html
+++ b/latest/newt/install/newt_mac/index.html
@@ -437,7 +437,7 @@ <h2 id="installing-newt-on-mac-os">Installing Newt on Mac OS</h2>
 <p>Newt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.</p>
 <p>This page shows you how to install the following versions of newt:</p>
 <ul>
-<li>Upgrade to or install the latest release version (1.2.0).</li>
+<li>Upgrade to or install the latest release version (1.3.0).</li>
 <li>Install the latest from the master branch (unstable).</li>
 </ul>
 <p>See <a href="../../../newt/install/prev_releases">Installing Previous Releases of Newt</a> to install an earlier version of newt.</p>
@@ -478,10 +478,10 @@ <h4 id="installing-the-latest-release-version-of-newt">Installing the Latest Rel
 <p><br></p>
 <h3 id="checking-the-installed-version">Checking the Installed Version</h3>
 <p>Check that you are using the installed version of newt:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$which newt
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ which newt
 /usr/local/bin/newt
-$newt version
-Apache Newt version: 1.2.0
+$ newt version
+Apache Newt version: 1.3.0
 </pre></div>
 
 
@@ -548,11 +548,11 @@ <h3 id="installing-newt-from-the-master-branch">Installing Newt from the Master
 <p><strong> Notes: </strong></p>
 <ul>
 <li>The master branch may be unstable.</li>
-<li>This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally. </li>
+<li>This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.</li>
 </ul>
 <p><br>
 If you previously installed newt using brew, unlink the current version:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew unlink mynewt-newt
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew unlink mynewt-newt
 </pre></div>
 
 
@@ -564,7 +564,7 @@ <h3 id="installing-newt-from-the-master-branch">Installing Newt from the Master
 
 <p><br>
 To switch back to the latest stable release version of newt, you can run:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew switch mynewt-newt 1.2.0
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew switch mynewt-newt 1.3.0
 </pre></div>
 
 
diff --git a/latest/newtmgr/install_mac/index.html b/latest/newtmgr/install_mac/index.html
index 25381e284..f0b480a57 100644
--- a/latest/newtmgr/install_mac/index.html
+++ b/latest/newtmgr/install_mac/index.html
@@ -410,7 +410,7 @@ <h2 id="installing-newtmgr-on-mac-os">Installing Newtmgr on Mac OS</h2>
 <p>Newtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.</p>
 <p>This page shows you how to install the following versions of newtmgr:</p>
 <ul>
-<li>Upgrade to or install the latest release version (1.2.0).</li>
+<li>Upgrade to or install the latest release version (1.3.0).</li>
 <li>Install the latest from the master branch (unstable).</li>
 </ul>
 <p>See <a href="../../newtmgr/prev_releases">Installing Previous Releases of Newtmgr</a> to install an earlier version of newtmgr.</p>
@@ -440,11 +440,11 @@ <h4 id="installing-the-latest-release-version-of-newtmgr">Installing the Latest
 
 
 <p><br>
-<strong>Notes:</strong> Homebrew bottles for newtmgr 1.2.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.</p>
+<strong>Notes:</strong> Homebrew bottles for newtmgr 1.3.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.</p>
 <p><br></p>
 <h3 id="checking-the-installed-version">Checking the Installed Version</h3>
 <p>Check that you are using the installed version of newtmgr:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$which newtmgr
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ which newtmgr
 /usr/local/bin/newtmgr
 </pre></div>
 
@@ -495,19 +495,19 @@ <h3 id="installing-newtmgr-from-the-master-branch">Installing Newtmgr from the M
 </ul>
 <p><br>
 If you already installed newtgmr, unlink the current version:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew unlink mynewt-newtmgr
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew unlink mynewt-newtmgr
 </pre></div>
 
 
 <p><br>
 Install the latest unstable version of newtmgr from the master branch:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew install mynewt-newtmgr --HEAD
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew install mynewt-newtmgr --HEAD
 </pre></div>
 
 
 <p><br>
 To switch back to the latest stable release version of newtmgr, you can run:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew switch mynewt-newtmgr 1.2.0
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew switch mynewt-newtmgr 1.3.0
 </pre></div>
 
 
diff --git a/mkdocs/search_index.json b/mkdocs/search_index.json
index 66631a75a..48f121313 100644
--- a/mkdocs/search_index.json
+++ b/mkdocs/search_index.json
@@ -162,12 +162,12 @@
         }, 
         {
             "location": "/newt/install/newt_mac/", 
-            "text": "Installing Newt on Mac OS\n\n\nNewt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newt:\n\n\n\n\nUpgrade to or install the latest release version (1.2.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newt\n to install an earlier version of newt.\n\n\nNote:\n If you would like to contribute to the newt tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nInstalling Homebrew\n\n\nIf you do not have Homebrew installed, run the following command. You will be prompted for your sudo password.\n\n\n$ ruby -e \n$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\n\n\n\n\n\n\nYou can also extract (or \ngit clone\n) Homebrew and install it to /usr/local.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nIf this is your first time installing newt, add the  \nruntimeco/homebrew-mynewt\n tap:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newt.\n\n\nUpgrading to the Latest Release Version of Newt\n\n\nIf you have installed an earlier version of newt using brew, run the following commands to upgrade to latest version of newt:\n\n\n$ brew update\n$ brew upgrade mynewt-newt\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newt\n\n\nRun the following command to install the latest release version of newt:\n\n\n$ brew update\n$ brew install mynewt-newt\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newt are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newt locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newt:\n\n\n$which newt\n/usr/local/bin/newt\n$newt version\nApache Newt version: 1.2.0\n\n\n\n\n\nNote:\n If you previously built newt from source and the output of \nwhich newt\n shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \n\n\n\nGet information about newt: \n\n\n$ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [\ncommand-name\n]\n    For help on \ncommand-name\n.  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug \ntarget\n\n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default \nWARN\n)\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don\nt output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse \nnewt [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newt from the Master Branch\n\n\nWe recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally. \n\n\n\n\n\nIf you previously installed newt using brew, unlink the current version:\n\n\n$brew unlink mynewt-newt\n\n\n\n\n\n\nInstall the latest unstable version of newt from the master branch:\n\n\n$ brew install mynewt-newt --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newt, you can run:\n\n\n$brew switch mynewt-newt 1.2.0", 
+            "text": "Installing Newt on Mac OS\n\n\nNewt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newt:\n\n\n\n\nUpgrade to or install the latest release version (1.3.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newt\n to install an earlier version of newt.\n\n\nNote:\n If you would like to contribute to the newt tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nInstalling Homebrew\n\n\nIf you do not have Homebrew installed, run the following command. You will be prompted for your sudo password.\n\n\n$ ruby -e \n$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\n\n\n\n\n\n\nYou can also extract (or \ngit clone\n) Homebrew and install it to /usr/local.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nIf this is your first time installing newt, add the  \nruntimeco/homebrew-mynewt\n tap:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newt.\n\n\nUpgrading to the Latest Release Version of Newt\n\n\nIf you have installed an earlier version of newt using brew, run the following commands to upgrade to latest version of newt:\n\n\n$ brew update\n$ brew upgrade mynewt-newt\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newt\n\n\nRun the following command to install the latest release version of newt:\n\n\n$ brew update\n$ brew install mynewt-newt\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newt are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newt locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newt:\n\n\n$ which newt\n/usr/local/bin/newt\n$ newt version\nApache Newt version: 1.3.0\n\n\n\n\n\nNote:\n If you previously built newt from source and the output of \nwhich newt\n shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \n\n\n\nGet information about newt: \n\n\n$ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [\ncommand-name\n]\n    For help on \ncommand-name\n.  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug \ntarget\n\n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default \nWARN\n)\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don\nt output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse \nnewt [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newt from the Master Branch\n\n\nWe recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.\n\n\n\n\n\nIf you previously installed newt using brew, unlink the current version:\n\n\n$ brew unlink mynewt-newt\n\n\n\n\n\n\nInstall the latest unstable version of newt from the master branch:\n\n\n$ brew install mynewt-newt --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newt, you can run:\n\n\n$ brew switch mynewt-newt 1.3.0", 
             "title": "Install Newt on Mac"
         }, 
         {
             "location": "/newt/install/newt_mac/#installing-newt-on-mac-os", 
-            "text": "Newt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newt:   Upgrade to or install the latest release version (1.2.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newt  to install an earlier version of newt.  Note:  If you would like to contribute to the newt tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
+            "text": "Newt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newt:   Upgrade to or install the latest release version (1.3.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newt  to install an earlier version of newt.  Note:  If you would like to contribute to the newt tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
             "title": "Installing Newt on Mac OS"
         }, 
         {
@@ -197,12 +197,12 @@
         }, 
         {
             "location": "/newt/install/newt_mac/#checking-the-installed-version", 
-            "text": "Check that you are using the installed version of newt:  $which newt\n/usr/local/bin/newt\n$newt version\nApache Newt version: 1.2.0  Note:  If you previously built newt from source and the output of  which newt  shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.    \nGet information about newt:   $ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [ command-name ]\n    For help on  command-name .  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug  target \n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default  WARN )\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don t output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse  newt [command] --help  for more information about a command.", 
+            "text": "Check that you are using the installed version of newt:  $ which newt\n/usr/local/bin/newt\n$ newt version\nApache Newt version: 1.3.0  Note:  If you previously built newt from source and the output of  which newt  shows \"$GOPATH/bin/newt\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.    \nGet information about newt:   $ newt help\nNewt allows you to create your own embedded application based on the Mynewt \noperating system. Newt provides both build and package management in a single \ntool, which allows you to compose an embedded application, and set of \nprojects, and then build the necessary artifacts from those projects. For more \ninformation on the Mynewt operating system, please visit \nhttps://mynewt.apache.org/. \n\nPlease use the newt help command, and specify the name of the command you want \nhelp for, for help on how to use a specific command\n\nUsage:\n  newt [flags]\n  newt [command]\n\nExamples:\n  newt\n  newt help [ command-name ]\n    For help on  command-name .  If not specified, print this message.\n\nAvailable Commands:\n  build        Build one or more targets\n  clean        Delete build artifacts for one or more targets\n  create-image Add image header to target binary\n  debug        Open debugger session to target\n  info         Show project info\n  install      Install project dependencies\n  load         Load built target to board\n  mfg          Manufacturing flash image commands\n  new          Create a new project\n  pkg          Create and manage packages in the current workspace\n  resign-image Re-sign an image.\n  run          build/create-image/download/debug  target \n  size         Size of target components\n  sync         Synchronize project dependencies\n  target       Commands to create, delete, configure, and query targets\n  test         Executes unit tests for one or more packages\n  upgrade      Upgrade project dependencies\n  vals         Display valid values for the specified element type(s)\n  version      Display the Newt version number\n\nFlags:\n  -h, --help              Help for newt commands\n  -j, --jobs int          Number of concurrent build jobs (default 8)\n  -l, --loglevel string   Log level (default  WARN )\n  -o, --outfile string    Filename to tee output to\n  -q, --quiet             Be quiet; only display error output\n  -s, --silent            Be silent; don t output anything\n  -v, --verbose           Enable verbose output when executing commands\n\nUse  newt [command] --help  for more information about a command.", 
             "title": "Checking the Installed Version"
         }, 
         {
             "location": "/newt/install/newt_mac/#installing-newt-from-the-master-branch", 
-            "text": "We recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.    \nIf you previously installed newt using brew, unlink the current version:  $brew unlink mynewt-newt  \nInstall the latest unstable version of newt from the master branch:  $ brew install mynewt-newt --HEAD  \nTo switch back to the latest stable release version of newt, you can run:  $brew switch mynewt-newt 1.2.0", 
+            "text": "We recommend that you use the latest release version of newt. If you would like to use the master branch with the latest updates, you can install newt from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.   \nIf you previously installed newt using brew, unlink the current version:  $ brew unlink mynewt-newt  \nInstall the latest unstable version of newt from the master branch:  $ brew install mynewt-newt --HEAD  \nTo switch back to the latest stable release version of newt, you can run:  $ brew switch mynewt-newt 1.3.0", 
             "title": "Installing Newt from the Master Branch"
         }, 
         {
@@ -13292,12 +13292,12 @@
         }, 
         {
             "location": "/newtmgr/install_mac/", 
-            "text": "Installing Newtmgr on Mac OS\n\n\nNewtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newtmgr:\n\n\n\n\nUpgrade to or install the latest release version (1.2.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newtmgr\n to install an earlier version of newtmgr.\n\n\nNote:\n If you would like to contribute to the newtmgr tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nYou should have added the \nruntimeco/homebrew-mynewt\n tap when you installed the \nnewt\n tool. Run the following commands if you have not done so:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newtmgr.\n\n\nUpgrading to the Latest Release Version of Newtmgr\n\n\nIf you have installed an earlier version of newtmgr using brew, run the following commands to upgrade to the latest version of newtmgr:\n\n\n$ brew update\n$ brew upgrade mynewt-newtmgr\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newtmgr\n\n\nRun the following command to install the latest release version of newtmgr:\n\n\n$ brew update\n$ brew install mynewt-newtmgr\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newtmgr 1.2.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newtmgr:\n\n\n$which newtmgr\n/usr/local/bin/newtmgr\n\n\n\n\n\nNote:\n If you previously built newtmgr from source and the output of \nwhich newtmgr\n shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.\n\n\n\nGet information about newtmgr:\n\n\n$ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default \ninfo\n)\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse \nnewtmgr [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newtmgr from the Master Branch\n\n\nWe recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally. \n\n\n\n\n\nIf you already installed newtgmr, unlink the current version:\n\n\n$brew unlink mynewt-newtmgr\n\n\n\n\n\n\nInstall the latest unstable version of newtmgr from the master branch:\n\n\n$brew install mynewt-newtmgr --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newtmgr, you can run:\n\n\n$brew switch mynewt-newtmgr 1.2.0", 
+            "text": "Installing Newtmgr on Mac OS\n\n\nNewtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.\n\n\nThis page shows you how to install the following versions of newtmgr:\n\n\n\n\nUpgrade to or install the latest release version (1.3.0).\n\n\nInstall the latest from the master branch (unstable).\n\n\n\n\nSee \nInstalling Previous Releases of Newtmgr\n to install an earlier version of newtmgr.\n\n\nNote:\n If you would like to contribute to the newtmgr tool, see \nSetting Up Go Environment to Contribute to Newt and Newtmgr Tools\n.\n\n\nAdding the Mynewt Homebrew Tap\n\n\nYou should have added the \nruntimeco/homebrew-mynewt\n tap when you installed the \nnewt\n tool. Run the following commands if you have not done so:\n\n\n$ brew tap runtimeco/homebrew-mynewt\n$ brew update\n\n\n\n\n\nUpgrading to or Installing the Latest Release Version\n\n\nPerform the following to upgrade or install the latest release version of newtmgr.\n\n\nUpgrading to the Latest Release Version of Newtmgr\n\n\nIf you have installed an earlier version of newtmgr using brew, run the following commands to upgrade to the latest version of newtmgr:\n\n\n$ brew update\n$ brew upgrade mynewt-newtmgr\n\n\n\n\n\n\n\nInstalling the Latest Release Version of Newtmgr\n\n\nRun the following command to install the latest release version of newtmgr:\n\n\n$ brew update\n$ brew install mynewt-newtmgr\n\n\n\n\n\n\n\nNotes:\n Homebrew bottles for newtmgr 1.3.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.\n\n\n\n\nChecking the Installed Version\n\n\nCheck that you are using the installed version of newtmgr:\n\n\n$ which newtmgr\n/usr/local/bin/newtmgr\n\n\n\n\n\nNote:\n If you previously built newtmgr from source and the output of \nwhich newtmgr\n shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.\n\n\n\nGet information about newtmgr:\n\n\n$ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default \ninfo\n)\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse \nnewtmgr [command] --help\n for more information about a command.\n\n\n\n\n\n\n\nInstalling Newtmgr from the Master Branch\n\n\nWe recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch. \n\n\n Notes: \n\n\n\n\nThe master branch may be unstable.\n\n\nThis installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally. \n\n\n\n\n\nIf you already installed newtgmr, unlink the current version:\n\n\n$ brew unlink mynewt-newtmgr\n\n\n\n\n\n\nInstall the latest unstable version of newtmgr from the master branch:\n\n\n$ brew install mynewt-newtmgr --HEAD\n\n\n\n\n\n\nTo switch back to the latest stable release version of newtmgr, you can run:\n\n\n$ brew switch mynewt-newtmgr 1.3.0", 
             "title": "Install Newtmgr On Mac OS"
         }, 
         {
             "location": "/newtmgr/install_mac/#installing-newtmgr-on-mac-os", 
-            "text": "Newtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newtmgr:   Upgrade to or install the latest release version (1.2.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newtmgr  to install an earlier version of newtmgr.  Note:  If you would like to contribute to the newtmgr tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
+            "text": "Newtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.  This page shows you how to install the following versions of newtmgr:   Upgrade to or install the latest release version (1.3.0).  Install the latest from the master branch (unstable).   See  Installing Previous Releases of Newtmgr  to install an earlier version of newtmgr.  Note:  If you would like to contribute to the newtmgr tool, see  Setting Up Go Environment to Contribute to Newt and Newtmgr Tools .", 
             "title": "Installing Newtmgr on Mac OS"
         }, 
         {
@@ -13317,17 +13317,17 @@
         }, 
         {
             "location": "/newtmgr/install_mac/#installing-the-latest-release-version-of-newtmgr", 
-            "text": "Run the following command to install the latest release version of newtmgr:  $ brew update\n$ brew install mynewt-newtmgr   Notes:  Homebrew bottles for newtmgr 1.2.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.", 
+            "text": "Run the following command to install the latest release version of newtmgr:  $ brew update\n$ brew install mynewt-newtmgr   Notes:  Homebrew bottles for newtmgr 1.3.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.", 
             "title": "Installing the Latest Release Version of Newtmgr"
         }, 
         {
             "location": "/newtmgr/install_mac/#checking-the-installed-version", 
-            "text": "Check that you are using the installed version of newtmgr:  $which newtmgr\n/usr/local/bin/newtmgr  Note:  If you previously built newtmgr from source and the output of  which newtmgr  shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \nGet information about newtmgr:  $ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default  info )\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse  newtmgr [command] --help  for more information about a command.", 
+            "text": "Check that you are using the installed version of newtmgr:  $ which newtmgr\n/usr/local/bin/newtmgr  Note:  If you previously built newtmgr from source and the output of  which newtmgr  shows \"$GOPATH/bin/newtmgr\", you will need to move \"$GOPATH/bin\"  after \"/usr/local/bin\" for your PATH in  ~/.bash_profile, and source ~/.bash_profile.  \nGet information about newtmgr:  $ newtmgr help\nUsage:\n  newtmgr [flags]\n  newtmgr [command]\n\nAvailable Commands:\n  config      Read or write a config value on a device\n  conn        Manage newtmgr connection profiles\n  crash       Send a crash command to a device\n  datetime    Manage datetime on a device\n  echo        Send data to a device and display the echoed back data\n  fs          Access files on a device\n  help        Help about any command\n  image       Manage images on a device\n  log         Manage logs on a device\n  mpstat      Read mempool statistics from a device\n  reset       Perform a soft reset of a device\n  run         Run test procedures on a device\n  stat        Read statistics from a device\n  taskstat    Read task statistics from a device\n\nFlags:\n  -c, --conn string       connection profile to use\n  -h, --help              help for newtmgr\n  -l, --loglevel string   log level to use (default  info )\n      --name string       name of target BLE device; overrides profile setting\n  -t, --timeout float     timeout in seconds (partial seconds allowed) (default 10)\n  -r, --tries int         total number of tries in case of timeout (default 1)\n\nUse  newtmgr [command] --help  for more information about a command.", 
             "title": "Checking the Installed Version"
         }, 
         {
             "location": "/newtmgr/install_mac/#installing-newtmgr-from-the-master-branch", 
-            "text": "We recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally.    \nIf you already installed newtgmr, unlink the current version:  $brew unlink mynewt-newtmgr  \nInstall the latest unstable version of newtmgr from the master branch:  $brew install mynewt-newtmgr --HEAD  \nTo switch back to the latest stable release version of newtmgr, you can run:  $brew switch mynewt-newtmgr 1.2.0", 
+            "text": "We recommend that you use the latest release version of newtmgr. If you would like to use the master branch with the latest updates, you can install newtmgr from the HEAD of the master branch.    Notes:    The master branch may be unstable.  This installation will install the latest version of Go on your computer, if it is not installed, and compile newtmgr locally.    \nIf you already installed newtgmr, unlink the current version:  $ brew unlink mynewt-newtmgr  \nInstall the latest unstable version of newtmgr from the master branch:  $ brew install mynewt-newtmgr --HEAD  \nTo switch back to the latest stable release version of newtmgr, you can run:  $ brew switch mynewt-newtmgr 1.3.0", 
             "title": "Installing Newtmgr from the Master Branch"
         }, 
         {
diff --git a/newt/install/newt_mac/index.html b/newt/install/newt_mac/index.html
index f2a118956..6adaf8f78 100644
--- a/newt/install/newt_mac/index.html
+++ b/newt/install/newt_mac/index.html
@@ -437,7 +437,7 @@ <h2 id="installing-newt-on-mac-os">Installing Newt on Mac OS</h2>
 <p>Newt is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.</p>
 <p>This page shows you how to install the following versions of newt:</p>
 <ul>
-<li>Upgrade to or install the latest release version (1.2.0).</li>
+<li>Upgrade to or install the latest release version (1.3.0).</li>
 <li>Install the latest from the master branch (unstable).</li>
 </ul>
 <p>See <a href="../../../newt/install/prev_releases">Installing Previous Releases of Newt</a> to install an earlier version of newt.</p>
@@ -478,10 +478,10 @@ <h4 id="installing-the-latest-release-version-of-newt">Installing the Latest Rel
 <p><br></p>
 <h3 id="checking-the-installed-version">Checking the Installed Version</h3>
 <p>Check that you are using the installed version of newt:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$which newt
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ which newt
 /usr/local/bin/newt
-$newt version
-Apache Newt version: 1.2.0
+$ newt version
+Apache Newt version: 1.3.0
 </pre></div>
 
 
@@ -548,11 +548,11 @@ <h3 id="installing-newt-from-the-master-branch">Installing Newt from the Master
 <p><strong> Notes: </strong></p>
 <ul>
 <li>The master branch may be unstable.</li>
-<li>This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally. </li>
+<li>This installation will install the latest version of Go on your computer, if it is not installed, and compile newt locally.</li>
 </ul>
 <p><br>
 If you previously installed newt using brew, unlink the current version:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew unlink mynewt-newt
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew unlink mynewt-newt
 </pre></div>
 
 
@@ -564,7 +564,7 @@ <h3 id="installing-newt-from-the-master-branch">Installing Newt from the Master
 
 <p><br>
 To switch back to the latest stable release version of newt, you can run:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew switch mynewt-newt 1.2.0
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew switch mynewt-newt 1.3.0
 </pre></div>
 
 
diff --git a/newtmgr/install_mac/index.html b/newtmgr/install_mac/index.html
index 25381e284..f0b480a57 100644
--- a/newtmgr/install_mac/index.html
+++ b/newtmgr/install_mac/index.html
@@ -410,7 +410,7 @@ <h2 id="installing-newtmgr-on-mac-os">Installing Newtmgr on Mac OS</h2>
 <p>Newtmgr is supported on Mac OS X 64 bit platforms and has been tested on Mac OS Sierra.</p>
 <p>This page shows you how to install the following versions of newtmgr:</p>
 <ul>
-<li>Upgrade to or install the latest release version (1.2.0).</li>
+<li>Upgrade to or install the latest release version (1.3.0).</li>
 <li>Install the latest from the master branch (unstable).</li>
 </ul>
 <p>See <a href="../../newtmgr/prev_releases">Installing Previous Releases of Newtmgr</a> to install an earlier version of newtmgr.</p>
@@ -440,11 +440,11 @@ <h4 id="installing-the-latest-release-version-of-newtmgr">Installing the Latest
 
 
 <p><br>
-<strong>Notes:</strong> Homebrew bottles for newtmgr 1.2.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.</p>
+<strong>Notes:</strong> Homebrew bottles for newtmgr 1.3.0 are available for Mac OS Sierra.  If you are running an earlier version of Mac OS, the installation will install the latest version of Go and compile newtmgr locally.</p>
 <p><br></p>
 <h3 id="checking-the-installed-version">Checking the Installed Version</h3>
 <p>Check that you are using the installed version of newtmgr:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$which newtmgr
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ which newtmgr
 /usr/local/bin/newtmgr
 </pre></div>
 
@@ -495,19 +495,19 @@ <h3 id="installing-newtmgr-from-the-master-branch">Installing Newtmgr from the M
 </ul>
 <p><br>
 If you already installed newtgmr, unlink the current version:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew unlink mynewt-newtmgr
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew unlink mynewt-newtmgr
 </pre></div>
 
 
 <p><br>
 Install the latest unstable version of newtmgr from the master branch:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew install mynewt-newtmgr --HEAD
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew install mynewt-newtmgr --HEAD
 </pre></div>
 
 
 <p><br>
 To switch back to the latest stable release version of newtmgr, you can run:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$brew switch mynewt-newtmgr 1.2.0
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span></span>$ brew switch mynewt-newtmgr 1.3.0
 </pre></div>
 
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services