Skip to content

Commit

Permalink
Increment version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewebb committed Mar 26, 2017
1 parent 071299f commit c0bb56a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This code is available under [the MIT License](https://github.com/jessewebb/csgo

_Disclaimer:_ This project is currently in **BETA** stages of development.

`Version: 0.9.0-dev`
`Version: 0.9.0`

[![Build Status](https://travis-ci.org/jessewebb/csgo-buynds.svg?branch=gh-pages)](https://travis-ci.org/jessewebb/csgo-buynds)

Expand Down
2 changes: 1 addition & 1 deletion buy-binds-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
ga('set', {
'appName': 'CS:GO Buynds',
'appId': 'csgo-buynds',
'appVersion': '0.9.0-dev'
'appVersion': '0.9.0'
});
</script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>CSGO-Buynds <small><span class="label label-info">v0.9.0-dev</span></small></h1>
<h1>CSGO-Buynds <small><span class="label label-info">v0.9.0</span></small></h1>

<h2>CS:GO Buy Binds Generator</h2>

Expand Down
2 changes: 1 addition & 1 deletion js/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

var buyndsServices = angular.module('buyndsServices', []);

buyndsServices.value('version', '0.9.0-dev');
buyndsServices.value('version', '0.9.0');

buyndsServices.factory('bindBuilder', function () {
return new buynds.BindBuilder();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csgo-buynds",
"version": "0.9.0-dev",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/jessewebb/csgo-buynds.git"
Expand Down

0 comments on commit c0bb56a

Please sign in to comment.