Skip to content

Commit

Permalink
New minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Oct 16, 2022
1 parent 8d766ee commit 983e532
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ With Go 1.18 or later, `o` can be installed like this:

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

curl -sL 'https://github.com/xyproto/o/releases/download/2.56.0/o-2.56.0-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/o-2.56.0-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/o-2.56.0-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz
curl -sL 'https://github.com/xyproto/o/releases/download/2.57.0/o-2.57.0-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/o-2.57.0-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/o-2.57.0-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz

* Remember to use `tar zxC` if the release file for your platform ends with `.tar.gz`.
* The `sudo install` commands may be slightly different for FreeBSD and NetBSD.
Expand Down Expand Up @@ -523,6 +523,6 @@ Installing a symlink for launching `ko` with a light theme:

## General info

* Version: 2.56.0
* Version: 2.57.0
* License: 3-clause BSD
* Author: Alexander F. Rødseth <xyproto@archlinux.org>
4 changes: 2 additions & 2 deletions o.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" -*-Nroff-*-
.\"
.TH "o" 1 "06 Sep 2022" "o" "User Commands"
.TH "o" 1 "16 Oct 2022" "o" "User Commands"
.SH NAME
o \- an editor
.SH SYNOPSIS
Expand Down Expand Up @@ -167,7 +167,7 @@ Middle-click pasting (instead of pasting with \fBctrl-v\fP) may have issues with
.sp
The smart indentation is not always smart.
.SH VERSION
2.56.0
2.57.0
.SH AUTHOR
.B o
was written by Alexander F. Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion v2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
versionString = "o 2.56.0"
versionString = "o 2.57.0"
)

func main() {
Expand Down

0 comments on commit 983e532

Please sign in to comment.