Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatehay committed Jul 13, 2024
1 parent da08938 commit c458509
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
-----
An AUR helper with Pacman wrapper, written in Bash and Pyalpm

<a href="https://github.com/njb-fm/nako/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/nmimusic/nako?style=flat-square">
</a>
<a href="https://github.com/njb-fm/nako/issues">
<img src="https://img.shields.io/github/issues/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako/issues">
<img src="https://img.shields.io/github/issues/nmimusic/nako?style=flat-square">
</a>
<a href="https://aur.archlinux.org/packages/nako">
<img src="https://img.shields.io/aur/version/nako?style=flat-square">
</a>
<a href="https://github.com/njb-fm/nako">
<img src="https://img.shields.io/github/last-commit/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako">
<img src="https://img.shields.io/github/last-commit/nmimusic/nako?style=flat-square">
</a>
<a href="https://github.com/njb-fm/nako">
<img src="https://img.shields.io/github/stars/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako">
<img src="https://img.shields.io/github/stars/nmimusic/nako?style=flat-square">
</a>

[日本語版はこちら](README_ja.md)
Expand Down Expand Up @@ -48,5 +48,5 @@ makepkg -si
# License
This software is licensed under [3-clause BSD License](LICENSE).

(C) 2023 Radio New Japan.
(C) 2023-2024 Nakamura Musical Industries Dojin Club.

18 changes: 9 additions & 9 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
-----
BashとPyalpmで書かれたPacmanラッパー機能のあるAURヘルパー

<a href="https://github.com/njb-fm/nako/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/nmimusic/nako?style=flat-square">
</a>
<a href="https://github.com/njb-fm/nako/issues">
<img src="https://img.shields.io/github/issues/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako/issues">
<img src="https://img.shields.io/github/issues/nmimusic/nako?style=flat-square">
</a>
<a href="https://aur.archlinux.org/packages/nako">
<img src="https://img.shields.io/aur/version/nako?style=flat-square">
</a>
<a href="https://github.com/njb-fm/nako">
<img src="https://img.shields.io/github/last-commit/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako">
<img src="https://img.shields.io/github/last-commit/nmimusic/nako?style=flat-square">
</a>
<a href="https://github.com/njb-fm/nako">
<img src="https://img.shields.io/github/stars/njb-fm/nako?style=flat-square">
<a href="https://github.com/nmimusic/nako">
<img src="https://img.shields.io/github/stars/nmimusic/nako?style=flat-square">
</a>


Expand Down Expand Up @@ -49,5 +49,5 @@ makepkg -si
# License
このソフトウェアは[三条項BSDライセンス](LICENSE)の下で配布しています。[NJBによる非公式の和訳](LICENSE_ja)も見てね。

(C) 2023 新日本放送
(C) 2023-2024 中村音楽工業

6 changes: 3 additions & 3 deletions src/nako
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
set -eu

# Default Settings
nako_version="1.0"
nako_version="1.0.1"
nako_name="Nako"
nako_cmd="nako"
nako_path="$(dirname $(realpath ${0}))/$(basename ${0})"
Expand Down Expand Up @@ -823,8 +823,8 @@ operation_version() {
echo
echo "Nako is a AUR Helper and Pacman wrapper written in Bash and Pyalpm."
echo
echo "Copyright (C) 2023 Radio New Japan"
echo "Copyright (C) 2023 Hayate NAKA-MURA (a.k.a. Jin ASA-NAMI)"
echo "Copyright (C) 2023-2024 Nakamura Musical Industries Dojin Club"
echo "Copyright (C) 2023-2024 Hayate Nakamura (a.k.a. Jin Asanami)"
echo
echo "This programme may be freely redistributed under"
echo "the terms of the 3-clause BSD License."
Expand Down

0 comments on commit c458509

Please sign in to comment.