Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tattoo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-04-14 20:16:01 +0400
committerArthur Schiwon <blizzz@owncloud.com>2012-04-14 20:16:01 +0400
commita20edd1aead2ebe49fa0e31bc4b3db8e9c3d4431 (patch)
tree932e2125d1225554b05c9ba92abd2935f48c1319 /tattoo
parentd65713faeb97b2a8d860fa9a10950aac38018506 (diff)
tattoo: move version from info.xml into its own file
Diffstat (limited to 'tattoo')
-rw-r--r--tattoo/appinfo/info.xml1
-rw-r--r--tattoo/appinfo/version1
2 files changed, 1 insertions, 1 deletions
diff --git a/tattoo/appinfo/info.xml b/tattoo/appinfo/info.xml
index 7b1602797..6d2b13796 100644
--- a/tattoo/appinfo/info.xml
+++ b/tattoo/appinfo/info.xml
@@ -3,7 +3,6 @@
<id>tattoo</id>
<name>Personal Wall Tattoo</name>
<description>Puts a background picture in the content area</description>
- <version>0.1</version>
<licence>AGPL</licence>
<author>Arthur Schiwon</author>
<require>2</require>
diff --git a/tattoo/appinfo/version b/tattoo/appinfo/version
new file mode 100644
index 000000000..ceab6e11e
--- /dev/null
+++ b/tattoo/appinfo/version
@@ -0,0 +1 @@
+0.1 \ No newline at end of file