Skip to content

Commit 2abf5f7

Browse files
committed
New patch release
1 parent 4968dfe commit 2abf5f7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Adjust the `mv` flags and the `~/go/bin` path as needed. Perhaps `go install` wi
5656

5757
Alternatively, download and install a [release version](https://github.com/xyproto/orbiton/releases). For example, for Raspberry Pi 2, 3 or 4 running Linux:
5858

59-
curl -sL 'https://github.com/xyproto/orbiton/releases/download/v2.67.0/orbiton-2.67.0-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/orbiton-2.67.0-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.67.0-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz
59+
curl -sL 'https://github.com/xyproto/orbiton/releases/download/v2.67.1/orbiton-2.67.1-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/orbiton-2.67.1-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.67.1-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz
6060

6161
## Setting `o` as the default editor executable for `git`
6262

@@ -692,6 +692,6 @@ The above copyright notice and this permission notice shall be included in all c
692692

693693
## General info
694694

695-
* Version: 2.67.0
695+
* Version: 2.67.1
696696
* License: 3-clause BSD
697697
* Author: Alexander F. Rødseth <xyproto@archlinux.org>

o.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" -*-Nroff-*-
22
.\"
3-
.TH "o" 1 "04 Sep 2024" "o" "User Commands"
3+
.TH "o" 1 "12 Sep 2024" "o" "User Commands"
44
.SH NAME
55
o \- an editor
66
.SH SYNOPSIS
@@ -206,7 +206,7 @@ Middle-click pasting (instead of pasting with \fBctrl-v\fP) may have issues with
206206
.sp
207207
The smart indentation is not always smart.
208208
.SH VERSION
209-
2.67.0
209+
2.67.1
210210
.SH AUTHOR
211211
.B o
212212
was written by Alexander F. Rødseth <xyproto@archlinux.org>

v2/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/xyproto/vt100"
2020
)
2121

22-
const versionString = "Orbiton 2.67.0"
22+
const versionString = "Orbiton 2.67.1"
2323

2424
var (
2525
// quitMut disallows Exit(1) while a file is being saved

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# The current version goes here, as the default value
7-
VERSION=${1:-'2.67.0'}
7+
VERSION=${1:-'2.67.1'}
88

99
if [ -z "$1" ]; then
1010
echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it"

web/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DOCKER_TAG='2.67.0'
3+
DOCKER_TAG='2.67.1'
44

55
# Google Cloud
66
PROJECT_ID='personal-306017'

0 commit comments

Comments
 (0)