Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed May 15, 2021
1 parent 70a763c commit f8140f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Service Commander's unique design is intended to offer a great deal of flexibili
# Installation

## Option 1: Binary distribution
You can install the binary distribution by copying the link to the `.rpm` file from the releases page of this project and using `yum` to install it. For instance, to install the v0.3.0 release:
You can install the binary distribution by copying the link to the `.rpm` file from the releases page of this project and using `yum` to install it. For instance, to install the v0.3.1 release:
```
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.3.0/sc-0.3.0-0.ibmi7.2.ppc64.rpm
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.3.1/sc-0.3.1-0.ibmi7.2.ppc64.rpm
```
Of note, this RPM has not yet been tested. Feel free to evaluate and submit an issue if you encounter any problems.

Expand Down
4 changes: 3 additions & 1 deletion sc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sc
Version: 0.3.0
Version: 0.3.1
Release: 0
License: Apache-2.0
Summary: Service Commander, a utility for managing services and applications on IBM i.
Expand Down Expand Up @@ -42,6 +42,8 @@ INSTALL_ROOT=%{buildroot} gmake -e install
%{_mandir}/man1/%{name}.*

%changelog
* Sat May 15 2021 Jesse Gorzinski <[email protected]> - 0.3.1
- bugfix: proper handling of quoted args for 'scinit'
* Fri May 14 2021 Jesse Gorzinski <[email protected]> - 0.3.0
- enhancement: Add 'scinit' tool
* Fri May 14 2021 Jesse Gorzinski <[email protected]> - 0.2.3
Expand Down

0 comments on commit f8140f4

Please sign in to comment.