Skip to content

Commit a7dede2

Browse files
authored
[version] add version info to readme (#7)
1 parent 029764d commit a7dede2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# BASHful Suite by [kyle-west](https://github.com/kyle-west)
1+
# 🖥 BASHful Suite by [kyle-west](https://github.com/kyle-west)
2+
3+
![Primary Support for Mac OS X](https://img.shields.io/badge/platform-osx-%23)
4+
[![Install Version](https://img.shields.io/github/v/tag/kyle-west/bashful?label=version)](https://github.com/kyle-west/bashful/releases/latest)
25

36
`BASHful` is a set of tools I regularly use in my personal development workflow.
47
This package allows me to share my tools with others. I am always up for ideas

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bashful",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Install my custom suite of terminal tools for Bash in OSX",
55
"main": "install.sh",
66
"scripts": {

0 commit comments

Comments
 (0)