Skip to content

Commit

Permalink
realify: Version 2.1
Browse files Browse the repository at this point in the history
Signed-off-by: bengris32 <[email protected]>
  • Loading branch information
bengris32 committed Nov 26, 2022
1 parent 475f391 commit 3f1c465
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.ref == 'refs/heads/master'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "realifyv2"
automatic_release_tag: "realifyv21"
prerelease: true
title: "${{ env.GITHUB_SHA }}"
files: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME := realify

DATE := $(shell date "+%Y%m%d-%H%M")

REV := v2
REV := v2.1

HASH ?= release

Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=realify
name=realify
version=v2.0
versionCode=20
version=v2.1
versionCode=21
author=bengris32
description=Enables flagship realmeUI elements on low end devices

0 comments on commit 3f1c465

Please sign in to comment.