Skip to content

Commit

Permalink
Bump version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Sep 15, 2024
1 parent f1983a7 commit fb45c1b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.0.53
Version 0.0.54
==============
1. The auto-update is fixed to filter out an interfering -debug package that seems to be generated in recent builds.

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

- [ ] Commit and push all changes through git, for example `git commit -m "Some message" && git push`

- [ ] Create and push a tag, for example `git tag -a v0.0.53 -m "This is version 0.0.53" && git push origin v0.0.53`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.0.53 && git push --delete origin v0.0.53`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
- [ ] Create and push a tag, for example `git tag -a v0.0.54 -m "This is version 0.0.54" && git push origin v0.0.54`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.0.54 && git push --delete origin v0.0.54`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
2 changes: 1 addition & 1 deletion packaging/rebornos-welcome-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname='rebornos-welcome-git'
pkgver=0.0.52
pkgver=0.0.54
pkgrel=1

arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions packaging/rebornos-welcome-local/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname='rebornos-welcome-local'
PKGVER_STUB=0.0.52
pkgver=0.0.52
PKGVER_STUB=0.0.54
pkgver=0.0.54
pkgrel=1

arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packaging/rebornos-welcome/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname='rebornos-welcome'
pkgver=0.0.52
pkgver=0.0.54
pkgrel=1

arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packaging_iso/rebornos-iso-welcome-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname='rebornos-iso-welcome-git'
pkgver=0.0.52
pkgver=0.0.54
pkgrel=1

arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions packaging_iso/rebornos-iso-welcome-local/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname='rebornos-iso-welcome-local'
PKGVER_STUB=0.0.52
pkgver=0.0.52
PKGVER_STUB=0.0.54
pkgver=0.0.54
pkgrel=1

arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packaging_iso/rebornos-iso-welcome/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname='rebornos-iso-welcome'
pkgver=0.0.52
pkgver=0.0.54
pkgrel=1

arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions user_interface/gtk/forms/main.glade
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@
<property name="can-focus">False</property>
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="label" translatable="yes">0.0.53</property>
<property name="label" translatable="yes">0.0.54</property>
<attributes>
<attribute name="font-desc" value="Open Sans 11"/>
</attributes>
Expand Down Expand Up @@ -2146,7 +2146,7 @@
<property name="halign">start</property>
<property name="valign">start</property>
<property name="label" translatable="yes">
Version 0.0.53
Version 0.0.54
==============
1. The auto-update is fixed to filter out an interfering -debug package that seems to be generated in recent builds.

Expand Down

0 comments on commit fb45c1b

Please sign in to comment.