Skip to content

Commit 9041d8d

Browse files
committed
Bump version
1 parent d3dedb4 commit 9041d8d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77

8-
## 0.1.1 (Unreleased)
8+
## 0.1.2 (Unreleased)
99
> Released N/A
1010
11+
* N/A
12+
13+
## 0.1.1
14+
> Released Dec 29, 2022
15+
1116
* Use window start/end instead of mode-line format to calculate buffer percentage (30286ef015183d1229de605a7b30062813ed0794)
1217
* Fix when truncate lines disabled (dd966bb9b0b858d028c0af7399f6edba1d22c450)
1318
* Don't enable inside terminal (8bda044ad7b741abc239b9df177e65ad0f969ea9)

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "auto-scroll-bar"
2-
"0.1.0"
2+
"0.1.1"
33
"Automatically show/hide scroll-bars as needed")
44

55
(website-url "https://github.com/jcs-elpa/auto-scroll-bar")

auto-scroll-bar.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
;; Author: Shen, Jen-Chieh <jcs090218@gmail.com>
77
;; URL: https://github.com/jcs-elpa/auto-scroll-bar
8-
;; Version: 0.1.0
8+
;; Version: 0.1.1
99
;; Package-Requires: ((emacs "27.1"))
1010
;; Keywords: convenience scrollbar
1111

0 commit comments

Comments
 (0)