Skip to content

Commit

Permalink
Changed the website domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Aug 25, 2019
1 parent f1387bf commit f6fe64b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ All notable changes will be documented in this file.

### Breaking Changes

- Completely rewritten CLI with new argument syntax. See [the docs](https://jsdevtools.org/ez-spawn/) for details.
- Completely rewritten CLI with new argument syntax. See [the docs](https://jstools.dev/ez-spawn/) for details.

- Arguments like `--major` and `--minor` have been replaced with a positional argument. So `bump --major` becomes `bump major`.

Expand Down
4 changes: 2 additions & 2 deletions _config.yml
@@ -1,7 +1,7 @@
remote_theme: JS-DevTools/gh-pages-theme

title: Version Bump Prompt
logo: https://jsdevtools.org/img/logos/logo.png
logo: https://jstools.dev/img/logos/logo.png

author:
twitter: JSDevTools
Expand All @@ -16,7 +16,7 @@ defaults:
- scope:
path: ""
values:
image: https://jsdevtools.org/img/logos/card.png
image: https://jstools.dev/img/logos/card.png
- scope:
path: "test/**/*"
values:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"url": "https://jamesmessinger.com"
},
"license": "MIT",
"homepage": "https://jsdevtools.org/version-bump-prompt",
"homepage": "https://jstools.dev/version-bump-prompt",
"repository": {
"type": "git",
"url": "https://github.com/JS-DevTools/version-bump-prompt.git"
Expand Down
10 changes: 5 additions & 5 deletions readme.md
@@ -1,6 +1,6 @@
# Version-Bump-Prompt

[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt)
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt)
[![Build Status](https://api.travis-ci.com/JS-DevTools/version-bump-prompt.svg?branch=master)](https://travis-ci.com/JS-DevTools/version-bump-prompt)

[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/version-bump-prompt/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/version-bump-prompt)
Expand All @@ -9,7 +9,7 @@
[![npm](https://img.shields.io/npm/v/version-bump-prompt.svg)](https://www.npmjs.com/package/version-bump-prompt)
[![License](https://img.shields.io/npm/l/version-bump-prompt.svg)](LICENSE)

![Screenshot](https://jsdevtools.org/version-bump-prompt/img/screenshot.gif)
![Screenshot](https://jstools.dev/version-bump-prompt/img/screenshot.gif)

### Automate your release process with a single command that can:

Expand Down Expand Up @@ -254,6 +254,6 @@ Big Thanks To
--------------------------
Thanks to these awesome companies for their support of Open Source developers ❤

[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io)
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)

0 comments on commit f6fe64b

Please sign in to comment.