summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-07-11 01:28:48 +0200
committerPetr Mrázek <peterix@gmail.com>2019-07-11 01:28:48 +0200
commit3a67990acdcced706d009f1f2b1ce417cd4debe5 (patch)
treecc95db537e6391adea5d2dd9d1ddf804614efe25
parent23eab74e6da41039835c9e1c3193f6b258e2192a (diff)
downloadMultiMC-3a67990acdcced706d009f1f2b1ce417cd4debe5.tar
MultiMC-3a67990acdcced706d009f1f2b1ce417cd4debe5.tar.gz
MultiMC-3a67990acdcced706d009f1f2b1ce417cd4debe5.tar.lz
MultiMC-3a67990acdcced706d009f1f2b1ce417cd4debe5.tar.xz
MultiMC-3a67990acdcced706d009f1f2b1ce417cd4debe5.zip
NOISSUE bump deb package version0.6.6
-rw-r--r--application/package/ubuntu/multimc/DEBIAN/control2
-rw-r--r--application/package/ubuntu/readme.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/application/package/ubuntu/multimc/DEBIAN/control b/application/package/ubuntu/multimc/DEBIAN/control
index 9e809e30..34c223a5 100644
--- a/application/package/ubuntu/multimc/DEBIAN/control
+++ b/application/package/ubuntu/multimc/DEBIAN/control
@@ -1,5 +1,5 @@
Package: multimc
-Version: 1.2-1
+Version: 1.3-1
Architecture: all
Maintainer: Petr Mrázek <peterix@gmail.com>
Section: games
diff --git a/application/package/ubuntu/readme.md b/application/package/ubuntu/readme.md
index 50ce65fd..5b0d6b27 100644
--- a/application/package/ubuntu/readme.md
+++ b/application/package/ubuntu/readme.md
@@ -4,9 +4,9 @@ A simple ubuntu package for MultiMC that wraps the contains a script that downlo
It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting.
# How to build this?
-You need dpkg utils. Rename the `multimc` folder to `multimc_1.2-1` and then run:
+You need dpkg utils. Rename the `multimc` folder to `multimc_1.3-1` and then run:
```
-fakeroot dpkg-deb --build multimc_1.2-1
+fakeroot dpkg-deb --build multimc_1.3-1
```
Replace the version with whatever is appropriate.