Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
RayViljoen committed Oct 26, 2014
1 parent fbe53c9 commit 7c9fd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-sitemap",
"description": "Grunt sitemap generator plugin",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/RayViljoen/grunt-sitemap",
"author": {
"name": "Ray Viljoen",
Expand Down

12 comments on commit 7c9fd23

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@counterbeing
Copy link
Collaborator

@counterbeing counterbeing commented on 7c9fd23 Oct 27, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@counterbeing: thanks! Can you add a release for 1.1.0 too? In the future you'll know the drill :P

@counterbeing
Copy link
Collaborator

@counterbeing counterbeing commented on 7c9fd23 Oct 27, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a tag not a release :P

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, I'll try to make a small PR tomorrow addressing a few small issues I've noticed.

@counterbeing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, so since I added that other release, it's now shoing 1.1.0 as the latest for some reason... I was thinking of doing a small update to the readme, then replacing the tag for 1.2.0 with that... does that sound like the right thing to do?

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just delete 1.2.0 release and add it again without pushing anything.

@counterbeing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually already tried that, and it continues to say that 1.1.0 is later. I think it's because of how I tagged the release and then pushed it.

git tag -a 1.1.0 9184f16da610d29b814ed2f15d1de8555c5d64f5 -m "Older version"

Then once I pushed those tags:

git push --tags origin master

It considers the older stuff newer, as of when I tagged it.

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should just have done the tags via GitHub's web interface I guess.

Anyway, it's not a big deal and we can have a 1.2.1 release when I finish that PR, which should be tomorrow.

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW @counterbeing you need to link the email you used in git on GitHub if you want the commits to link to your profile.

@counterbeing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, thanks, i recently changed that. thanks for all the help!

Please sign in to comment.