Skip to content

Commit 14622cc

Browse files
committed
New patch release
1 parent d0e83c9 commit 14622cc

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
@@ -58,7 +58,7 @@ Adjust the `mv` flags and the `~/go/bin` path as needed. Perhaps `go install` wi
5858

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

61-
curl -sL 'https://github.com/xyproto/orbiton/releases/download/v2.68.0/orbiton-2.68.0-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/orbiton-2.68.0-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.68.0-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz
61+
curl -sL 'https://github.com/xyproto/orbiton/releases/download/v2.68.1/orbiton-2.68.1-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/orbiton-2.68.1-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.68.1-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz
6262

6363
## Setting `o` as the default editor executable for `git`
6464

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

698698
## General info
699699

700-
* Version: 2.68.0
700+
* Version: 2.68.1
701701
* License: 3-clause BSD
702702
* 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 "25 Oct 2024" "o" "User Commands"
3+
.TH "o" 1 "27 Oct 2024" "o" "User Commands"
44
.SH NAME
55
o \- an editor
66
.SH SYNOPSIS
@@ -205,7 +205,7 @@ Middle-click pasting (instead of pasting with \fBctrl-v\fP) may have issues with
205205
.sp
206206
The smart indentation is not always smart.
207207
.SH VERSION
208-
2.68.0
208+
2.68.1
209209
.SH AUTHOR
210210
.B o
211211
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.68.0"
22+
const versionString = "Orbiton 2.68.1"
2323

2424
var (
2525
editorLaunchTime = time.Now()

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.68.0'}
7+
VERSION=${1:-'2.68.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.68.0'
3+
DOCKER_TAG='2.68.1'
44

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

0 commit comments

Comments
 (0)