Skip to content

Commit 9c8d035

Browse files
committed
Bump version
1 parent 9240464 commit 9c8d035

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.21)
22

33
project(NotepadNext
4-
VERSION 0.13.1
4+
VERSION 0.13.2
55
DESCRIPTION "Cross-platform text editor"
66
LANGUAGES CXX
77
)

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
notepadnext (0.13.1-1) stable; urgency=medium
1+
notepadnext (0.13.2-1) stable; urgency=medium
22

33
* New upstream release.
44

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=0.13.1
2+
VERSION=0.13.2
33
DIR=notepadnext-$VERSION
44
ARCH=$(uname -m)
55
ARCH_DPKG=$(dpkg --print-architecture)

rpm/SPECS/NotepadNext.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: NotepadNext
2-
Version: 0.13.1
2+
Version: 0.13.2
33
Release: 1%{?dist}
44
Summary: A cross-platform, reimplementation of Notepad++
55

0 commit comments

Comments
 (0)