Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed May 2, 2022
1 parent 58f6e58 commit a380381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shebang for better detection of file type

export DIST_NAME=RatOS
export DIST_VERSION=1.1.1
export DIST_VERSION=1.2.0
export BASE_IMAGE_ENLARGEROOT=6500
export MODULES="base,pkgupgrade(network,piconfig,klipper,node,is_req_preinstall,moonraker,mainsail,mjpgstreamer,serialcomm,ratos,rpi_mcu,klipperscreen,password-for-sudo,disable-services(hotspot))"
export BASE_IMAGE_RESIZEROOT=200
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ratos/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[ -n "$RATOS_THEME_SHIP" ] || RATOS_THEME_SHIP=https://github.com/Rat-OS/RatOS-theme.git
[ -n "$RATOS_THEME_BRANCH" ] || RATOS_THEME_BRANCH=master
[ -n "$RATOS_CONFIGURATOR_SHIP" ] || RATOS_CONFIGURATOR_SHIP=https://github.com/Rat-OS/RatOS-configurator.git
[ -n "$RATOS_CONFIGURATOR_BRANCH" ] || RATOS_CONFIGURATOR_BRANCH=main
[ -n "$RATOS_CONFIGURATOR_BRANCH" ] || RATOS_CONFIGURATOR_BRANCH=deployment

0 comments on commit a380381

Please sign in to comment.