Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Doesnt work on config.xml in ionic project #60

Closed
immnk opened this issue Oct 20, 2016 · 3 comments
Closed

Doesnt work on config.xml in ionic project #60

immnk opened this issue Oct 20, 2016 · 3 comments

Comments

@immnk
Copy link

immnk commented Oct 20, 2016

I have an ionic project which have a config.xml containing version number. The version is not found with bump. Is xml file supported or not?

@stephenlacy
Copy link
Owner

What does your version look like?
Please add an example file.

@immnk
Copy link
Author

immnk commented Oct 30, 2016

This is an example of the file:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.ionicframework.inventory518332" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  <name>inventory</name>
  <description>
        An Ionic Framework and Cordova project.
    </description>
  <author email="you@example.com" href="http://example.com.com/">
      Your Name Here
    </author>
  <content src="index.html"/>
</widget>

@stephenlacy
Copy link
Owner

Just added support for xml files - publishing to version 2.5.0

Let me know how it goes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants